Html Css Color HEX #7F0A62 Eggplant

📋 copy color: '#7F0A62'

red 127 ◦ green 10 ◦ blue 98

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

Shades of Eggplant #7F0A62

Tints of Eggplant #7F0A62

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.26%

 BLUE value IS 98 (38.67% from 255) = 41.7%

R = 54.04%
G = 4.26%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#7F0A62 (or 0x7F0A62) is known color: Eggplant. HEX triplet: 7F, 0A and 62. RGB value is (127,10,98). Sum of RGB (Red+Green+Blue) = 127+10+98=235 (31% of max value = 765). Red value is 127 (50% from 255 or 54.04% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0A62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0A62 is #80F59D. Grayscale: #363636. Windows color (decimal): -8451486 or 6425215. OLE color: 6425215.

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

Color convert

RGB 127 10 98 -
CMYK 0 0.92 0.23 0.50
HSL 314.87º 0.85% 0.27% -
HSV(B) 314.87º 0.92% 0.5% -
XYZ 11.07 5.61 12.06 -
YUV 55.02 152.26 179.34 -
System Red Green Blue C M Y K H S L
Decimal 127 10 98 0 0.92 0.23 0.50 314.87 0.85 0.27
Hex 7F A 62 0 5C 17 32 13B 55 1B
Octal 177 12 142 0 134 27 62 473 125 33
Binary 1111111 1010 1100010 0 1011100 10111 110010 100111011 1010101 11011

Color Harmonies of #7F0A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0A62

Black with #7F0A62

Text Example


Text Example

White with #7F0A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,10,98); }

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

background-color css

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

 a { background-color: rgb(127,10,98); }

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

border-color css

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

 span { border-color: rgb(127,10,98); }

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