Html Css Color HEX #7D0557 Eggplant

📋 copy color: '#7D0557'

red 125 ◦ green 5 ◦ blue 87

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

Shades of Eggplant #7D0557

Tints of Eggplant #7D0557

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.3%

 BLUE value IS 87 (34.38% from 255) = 40.09%

R = 57.6%
G = 2.3%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#7D0557 (or 0x7D0557) is known color: Eggplant. HEX triplet: 7D, 05 and 57. RGB value is (125,5,87). Sum of RGB (Red+Green+Blue) = 125+5+87=217 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.60% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0557 is #82FAA8. Grayscale: #323232. Windows color (decimal): -8583849 or 5703037. OLE color: 5703037.

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

Color convert

RGB 125 5 87 -
CMYK 0 0.96 0.30 0.51
HSL 319º 0.92% 0.25% -
HSV(B) 319º 0.96% 0.49% -
XYZ 10.23 5.16 9.47 -
YUV 50.23 148.76 181.33 -
System Red Green Blue C M Y K H S L
Decimal 125 5 87 0 0.96 0.30 0.51 319 0.92 0.25
Hex 7D 5 57 0 60 1E 33 13F 5C 19
Octal 175 5 127 0 140 36 63 477 134 31
Binary 1111101 101 1010111 0 1100000 11110 110011 100111111 1011100 11001

Color Harmonies of #7D0557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0557

Black with #7D0557

Text Example


Text Example

White with #7D0557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,5,87); }

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

background-color css

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

 a { background-color: rgb(125,5,87); }

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

border-color css

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

 span { border-color: rgb(125,5,87); }

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