Html Css Color HEX #7F0860 Eggplant

📋 copy color: '#7F0860'

red 127 ◦ green 8 ◦ blue 96

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

Shades of Eggplant #7F0860

Tints of Eggplant #7F0860

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.46%

 BLUE value IS 96 (37.89% from 255) = 41.56%

R = 54.98%
G = 3.46%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#7F0860 (or 0x7F0860) is known color: Eggplant. HEX triplet: 7F, 08 and 60. RGB value is (127,8,96). Sum of RGB (Red+Green+Blue) = 127+8+96=231 (30% of max value = 765). Red value is 127 (50% from 255 or 54.98% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0860 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0860 is #80F79F. Grayscale: #353535. Windows color (decimal): -8452000 or 6293631. OLE color: 6293631.

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

Color convert

RGB 127 8 96 -
CMYK 0 0.94 0.24 0.50
HSL 315.63º 0.88% 0.26% -
HSV(B) 315.63º 0.94% 0.5% -
XYZ 10.95 5.53 11.56 -
YUV 53.61 151.92 180.34 -
System Red Green Blue C M Y K H S L
Decimal 127 8 96 0 0.94 0.24 0.50 315.63 0.88 0.26
Hex 7F 8 60 0 5E 18 32 13C 58 1A
Octal 177 10 140 0 136 30 62 474 130 32
Binary 1111111 1000 1100000 0 1011110 11000 110010 100111100 1011000 11010

Color Harmonies of #7F0860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0860

Black with #7F0860

Text Example


Text Example

White with #7F0860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,8,96); }

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

background-color css

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

 a { background-color: rgb(127,8,96); }

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

border-color css

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

 span { border-color: rgb(127,8,96); }

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