Html Css Color HEX #7F0E57 Eggplant

📋 copy color: '#7F0E57'

red 127 ◦ green 14 ◦ blue 87

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

Shades of Eggplant #7F0E57

Tints of Eggplant #7F0E57

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.14%

 BLUE value IS 87 (34.38% from 255) = 38.16%

R = 55.7%
G = 6.14%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#7F0E57 (or 0x7F0E57) is known color: Eggplant. HEX triplet: 7F, 0E and 57. RGB value is (127,14,87). Sum of RGB (Red+Green+Blue) = 127+14+87=228 (30% of max value = 765). Red value is 127 (50% from 255 or 55.70% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0E57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0E57 is #80F1A8. Grayscale: #373737. Windows color (decimal): -8450473 or 5705343. OLE color: 5705343.

HSL color Cylindrical-coordinate representation of color #7F0E57: hue angle of 321.24º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F0E57 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 14 87 -
CMYK 0 0.89 0.31 0.50
HSL 321.24º 0.8% 0.28% -
HSV(B) 321.24º 0.89% 0.5% -
XYZ 10.63 5.51 9.52 -
YUV 56.11 145.44 178.56 -
System Red Green Blue C M Y K H S L
Decimal 127 14 87 0 0.89 0.31 0.50 321.24 0.8 0.28
Hex 7F E 57 0 59 1F 32 141 50 1C
Octal 177 16 127 0 131 37 62 501 120 34
Binary 1111111 1110 1010111 0 1011001 11111 110010 101000001 1010000 11100

Color Harmonies of #7F0E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0E57

Black with #7F0E57

Text Example


Text Example

White with #7F0E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,14,87); }

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

background-color css

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

 a { background-color: rgb(127,14,87); }

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

border-color css

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

 span { border-color: rgb(127,14,87); }

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