Html Css Color HEX #7D045A Eggplant

📋 copy color: '#7D045A'

red 125 ◦ green 4 ◦ blue 90

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

Shades of Eggplant #7D045A

Tints of Eggplant #7D045A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 41.1%

R = 57.08%
G = 1.83%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#7D045A (or 0x7D045A) is known color: Eggplant. HEX triplet: 7D, 04 and 5A. RGB value is (125,4,90). Sum of RGB (Red+Green+Blue) = 125+4+90=219 (29% of max value = 765). Red value is 125 (49.22% from 255 or 57.08% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 125 - color contains mainly: red. Hex color #7D045A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D045A is #82FBA5. Grayscale: #313131. Windows color (decimal): -8584102 or 5899389. OLE color: 5899389.

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

Color convert

RGB 125 4 90 -
CMYK 0 0.97 0.28 0.51
HSL 317.36º 0.94% 0.25% -
HSV(B) 317.36º 0.97% 0.49% -
XYZ 10.35 5.18 10.13 -
YUV 49.98 150.59 181.51 -
System Red Green Blue C M Y K H S L
Decimal 125 4 90 0 0.97 0.28 0.51 317.36 0.94 0.25
Hex 7D 4 5A 0 61 1C 33 13D 5E 19
Octal 175 4 132 0 141 34 63 475 136 31
Binary 1111101 100 1011010 0 1100001 11100 110011 100111101 1011110 11001

Color Harmonies of #7D045A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D045A

Black with #7D045A

Text Example


Text Example

White with #7D045A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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