Html Css Color HEX #7D0862 Eggplant

📋 copy color: '#7D0862'

red 125 ◦ green 8 ◦ blue 98

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

Shades of Eggplant #7D0862

Tints of Eggplant #7D0862

RGB

 RED value IS 125 (49.22% from 255) = 54.11%

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

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

R = 54.11%
G = 3.46%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#7D0862 (or 0x7D0862) is known color: Eggplant. HEX triplet: 7D, 08 and 62. RGB value is (125,8,98). Sum of RGB (Red+Green+Blue) = 125+8+98=231 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.11% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0862 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0862 is #82F79D. Grayscale: #353535. Windows color (decimal): -8583070 or 6424701. OLE color: 6424701.

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

Color convert

RGB 125 8 98 -
CMYK 0 0.94 0.22 0.51
HSL 313.85º 0.88% 0.26% -
HSV(B) 313.85º 0.94% 0.49% -
XYZ 10.75 5.42 12.03 -
YUV 53.24 153.26 179.18 -
System Red Green Blue C M Y K H S L
Decimal 125 8 98 0 0.94 0.22 0.51 313.85 0.88 0.26
Hex 7D 8 62 0 5E 16 33 13A 58 1A
Octal 175 10 142 0 136 26 63 472 130 32
Binary 1111101 1000 1100010 0 1011110 10110 110011 100111010 1011000 11010

Color Harmonies of #7D0862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0862

Black with #7D0862

Text Example


Text Example

White with #7D0862

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,8,98); }

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

background-color css

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

 a { background-color: rgb(125,8,98); }

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

border-color css

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

 span { border-color: rgb(125,8,98); }

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