Html Css Color HEX #7F026A Purple

📋 copy color: '#7F026A'

red 127 ◦ green 2 ◦ blue 106

#7F026A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #7F026A

Tints of Purple #7F026A

RGB

 RED value IS 127 (50% from 255) = 54.04%

 GREEN value IS 2 (1.17% from 255) = 0.85%

 BLUE value IS 106 (41.8% from 255) = 45.11%

R = 54.04%
G = 0.85%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.50

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7F026A (or 0x7F026A) is known color: Purple. HEX triplet: 7F, 02 and 6A. RGB value is (127,2,106). Sum of RGB (Red+Green+Blue) = 127+2+106=235 (31% of max value = 765). Red value is 127 (50% from 255 or 54.04% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 127 - color contains mainly: red. Hex color #7F026A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F026A is #80FD95. Grayscale: #323232. Windows color (decimal): -8453526 or 6947455. OLE color: 6947455.

HSL color Cylindrical-coordinate representation of color #7F026A: hue angle of 310.08º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F026A is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 2 106 -
CMYK 0 0.98 0.17 0.50
HSL 310.08º 0.97% 0.25% -
HSV(B) 310.08º 0.98% 0.5% -
XYZ 11.38 5.6 14.12 -
YUV 51.23 158.91 182.04 -
System Red Green Blue C M Y K H S L
Decimal 127 2 106 0 0.98 0.17 0.50 310.08 0.97 0.25
Hex 7F 2 6A 0 62 11 32 136 61 19
Octal 177 2 152 0 142 21 62 466 141 31
Binary 1111111 10 1101010 0 1100010 10001 110010 100110110 1100001 11001

Color Harmonies of #7F026A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F026A

Black with #7F026A

Text Example


Text Example

White with #7F026A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F026A; }

 p { color: rgb(127,2,106); }

 H1.HeaderClassName
 {
   color: #7F026A;
 }
 .AnyTagClassName
 {
   color: #7F026A;
 }
</style>

background-color css

<style>
 a { background-color: #7F026A; }

 a { background-color: rgb(127,2,106); }

 div.DivClassName
 {
   background-color: #7F026A;
 }
 .BgClassName
 {
   background-color: #7F026A;
 }
</style>

border-color css

<style>
 span { border-color: #7F026A; }

 span { border-color: rgb(127,2,106); }

 td.TdClassName
 {
   border-color: #7F026A;
 }
 .TagClassName
 {
   border-color: #7F026A;
 }
</style>