Html Css Color HEX #7D0865 Eggplant

📋 copy color: '#7D0865'

red 125 ◦ green 8 ◦ blue 101

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

Shades of Eggplant #7D0865

Tints of Eggplant #7D0865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 43.16%

R = 53.42%
G = 3.42%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#7D0865 (or 0x7D0865) is known color: Eggplant. HEX triplet: 7D, 08 and 65. RGB value is (125,8,101). Sum of RGB (Red+Green+Blue) = 125+8+101=234 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.42% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0865 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0865 is #82F79A. Grayscale: #353535. Windows color (decimal): -8583067 or 6621309. OLE color: 6621309.

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

Color convert

RGB 125 8 101 -
CMYK 0 0.94 0.19 0.51
HSL 312.31º 0.88% 0.26% -
HSV(B) 312.31º 0.94% 0.49% -
XYZ 10.89 5.47 12.79 -
YUV 53.59 154.76 178.94 -
System Red Green Blue C M Y K H S L
Decimal 125 8 101 0 0.94 0.19 0.51 312.31 0.88 0.26
Hex 7D 8 65 0 5E 13 33 138 58 1A
Octal 175 10 145 0 136 23 63 470 130 32
Binary 1111101 1000 1100101 0 1011110 10011 110011 100111000 1011000 11010

Color Harmonies of #7D0865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0865

Black with #7D0865

Text Example


Text Example

White with #7D0865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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