Html Css Color HEX #7F0864 Eggplant

📋 copy color: '#7F0864'

red 127 ◦ green 8 ◦ blue 100

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

Shades of Eggplant #7F0864

Tints of Eggplant #7F0864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 42.55%

R = 54.04%
G = 3.4%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#7F0864 (or 0x7F0864) is known color: Eggplant. HEX triplet: 7F, 08 and 64. RGB value is (127,8,100). Sum of RGB (Red+Green+Blue) = 127+8+100=235 (31% of max value = 765). Red value is 127 (50% from 255 or 54.04% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 100 (39.45% from 255 or 42.55% from 235); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0864 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0864 is #80F79B. Grayscale: #353535. Windows color (decimal): -8451996 or 6555775. OLE color: 6555775.

HSL color Cylindrical-coordinate representation of color #7F0864: hue angle of 313.61º 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 #7F0864 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 8 100 -
CMYK 0 0.94 0.21 0.50
HSL 313.61º 0.88% 0.26% -
HSV(B) 313.61º 0.94% 0.5% -
XYZ 11.14 5.61 12.55 -
YUV 54.07 153.92 180.02 -
System Red Green Blue C M Y K H S L
Decimal 127 8 100 0 0.94 0.21 0.50 313.61 0.88 0.26
Hex 7F 8 64 0 5E 15 32 13A 58 1A
Octal 177 10 144 0 136 25 62 472 130 32
Binary 1111111 1000 1100100 0 1011110 10101 110010 100111010 1011000 11010

Color Harmonies of #7F0864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0864

Black with #7F0864

Text Example


Text Example

White with #7F0864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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