Html Css Color HEX #7F0466 Eggplant

📋 copy color: '#7F0466'

red 127 ◦ green 4 ◦ blue 102

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

Shades of Eggplant #7F0466

Tints of Eggplant #7F0466

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.72%

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

R = 54.51%
G = 1.72%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#7F0466 (or 0x7F0466) is known color: Eggplant. HEX triplet: 7F, 04 and 66. RGB value is (127,4,102). Sum of RGB (Red+Green+Blue) = 127+4+102=233 (30% of max value = 765). Red value is 127 (50% from 255 or 54.51% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0466 is #80FB99. Grayscale: #333333. Windows color (decimal): -8453018 or 6685823. OLE color: 6685823.

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

Color convert

RGB 127 4 102 -
CMYK 0 0.97 0.20 0.50
HSL 312.2º 0.94% 0.26% -
HSV(B) 312.2º 0.97% 0.5% -
XYZ 11.19 5.56 13.05 -
YUV 51.95 156.25 181.53 -
System Red Green Blue C M Y K H S L
Decimal 127 4 102 0 0.97 0.20 0.50 312.2 0.94 0.26
Hex 7F 4 66 0 61 14 32 138 5E 1A
Octal 177 4 146 0 141 24 62 470 136 32
Binary 1111111 100 1100110 0 1100001 10100 110010 100111000 1011110 11010

Color Harmonies of #7F0466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0466

Black with #7F0466

Text Example


Text Example

White with #7F0466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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