Html Css Color HEX #7F0566 Eggplant

📋 copy color: '#7F0566'

red 127 ◦ green 5 ◦ blue 102

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

Shades of Eggplant #7F0566

Tints of Eggplant #7F0566

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.14%

 BLUE value IS 102 (40.23% from 255) = 43.59%

R = 54.27%
G = 2.14%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#7F0566 (or 0x7F0566) is known color: Eggplant. HEX triplet: 7F, 05 and 66. RGB value is (127,5,102). Sum of RGB (Red+Green+Blue) = 127+5+102=234 (30% of max value = 765). Red value is 127 (50% from 255 or 54.27% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0566 is #80FA99. Grayscale: #343434. Windows color (decimal): -8452762 or 6686079. OLE color: 6686079.

HSL color Cylindrical-coordinate representation of color #7F0566: hue angle of 312.3º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F0566 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 5 102 -
CMYK 0 0.96 0.20 0.50
HSL 312.3º 0.92% 0.26% -
HSV(B) 312.3º 0.96% 0.5% -
XYZ 11.2 5.58 13.06 -
YUV 52.54 155.92 181.11 -
System Red Green Blue C M Y K H S L
Decimal 127 5 102 0 0.96 0.20 0.50 312.3 0.92 0.26
Hex 7F 5 66 0 60 14 32 138 5C 1A
Octal 177 5 146 0 140 24 62 470 134 32
Binary 1111111 101 1100110 0 1100000 10100 110010 100111000 1011100 11010

Color Harmonies of #7F0566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0566

Black with #7F0566

Text Example


Text Example

White with #7F0566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,5,102); }

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

background-color css

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

 a { background-color: rgb(127,5,102); }

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

border-color css

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

 span { border-color: rgb(127,5,102); }

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