Html Css Color HEX #7D0457 Eggplant

📋 copy color: '#7D0457'

red 125 ◦ green 4 ◦ blue 87

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

Shades of Eggplant #7D0457

Tints of Eggplant #7D0457

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.85%

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

R = 57.87%
G = 1.85%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#7D0457 (or 0x7D0457) is known color: Eggplant. HEX triplet: 7D, 04 and 57. RGB value is (125,4,87). Sum of RGB (Red+Green+Blue) = 125+4+87=216 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.87% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 87 (34.38% from 255 or 40.28% from 216); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0457 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0457 is #82FBA8. Grayscale: #313131. Windows color (decimal): -8584105 or 5702781. OLE color: 5702781.

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

Color convert

RGB 125 4 87 -
CMYK 0 0.97 0.30 0.51
HSL 318.84º 0.94% 0.25% -
HSV(B) 318.84º 0.97% 0.49% -
XYZ 10.22 5.13 9.47 -
YUV 49.64 149.09 181.75 -
System Red Green Blue C M Y K H S L
Decimal 125 4 87 0 0.97 0.30 0.51 318.84 0.94 0.25
Hex 7D 4 57 0 61 1E 33 13F 5E 19
Octal 175 4 127 0 141 36 63 477 136 31
Binary 1111101 100 1010111 0 1100001 11110 110011 100111111 1011110 11001

Color Harmonies of #7D0457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0457

Black with #7D0457

Text Example


Text Example

White with #7D0457

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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