Html Css Color HEX #7D0155 Eggplant

📋 copy color: '#7D0155'

red 125 ◦ green 1 ◦ blue 85

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

Shades of Eggplant #7D0155

Tints of Eggplant #7D0155

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 85 (33.59% from 255) = 40.28%

R = 59.24%
G = 0.47%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.51

RGB Variations

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

Color information

#7D0155 (or 0x7D0155) is known color: Eggplant. HEX triplet: 7D, 01 and 55. RGB value is (125,1,85). Sum of RGB (Red+Green+Blue) = 125+1+85=211 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.24% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0155 is #82FEAA. Grayscale: #2F2F2F. Windows color (decimal): -8584875 or 5570941. OLE color: 5570941.

HSL color Cylindrical-coordinate representation of color #7D0155: hue angle of 319.35º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D0155 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 1 85 -
CMYK 0 0.99 0.32 0.51
HSL 319.35º 0.98% 0.25% -
HSV(B) 319.35º 0.99% 0.49% -
XYZ 10.11 5.04 9.03 -
YUV 47.65 149.08 183.17 -
System Red Green Blue C M Y K H S L
Decimal 125 1 85 0 0.99 0.32 0.51 319.35 0.98 0.25
Hex 7D 1 55 0 63 20 33 13F 62 19
Octal 175 1 125 0 143 40 63 477 142 31
Binary 1111101 1 1010101 0 1100011 100000 110011 100111111 1100010 11001

Color Harmonies of #7D0155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0155

Black with #7D0155

Text Example


Text Example

White with #7D0155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,1,85); }

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

background-color css

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

 a { background-color: rgb(125,1,85); }

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

border-color css

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

 span { border-color: rgb(125,1,85); }

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