Html Css Color HEX #7D045B Eggplant

📋 copy color: '#7D045B'

red 125 ◦ green 4 ◦ blue 91

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

Shades of Eggplant #7D045B

Tints of Eggplant #7D045B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 41.36%

R = 56.82%
G = 1.82%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7D045B (or 0x7D045B) is known color: Eggplant. HEX triplet: 7D, 04 and 5B. RGB value is (125,4,91). Sum of RGB (Red+Green+Blue) = 125+4+91=220 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.82% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 125 - color contains mainly: red. Hex color #7D045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D045B is #82FBA4. Grayscale: #313131. Windows color (decimal): -8584101 or 5964925. OLE color: 5964925.

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

Color convert

RGB 125 4 91 -
CMYK 0 0.97 0.27 0.51
HSL 316.86º 0.94% 0.25% -
HSV(B) 316.86º 0.97% 0.49% -
XYZ 10.39 5.2 10.35 -
YUV 50.1 151.09 181.43 -
System Red Green Blue C M Y K H S L
Decimal 125 4 91 0 0.97 0.27 0.51 316.86 0.94 0.25
Hex 7D 4 5B 0 61 1B 33 13D 5E 19
Octal 175 4 133 0 141 33 63 475 136 31
Binary 1111101 100 1011011 0 1100001 11011 110011 100111101 1011110 11001

Color Harmonies of #7D045B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D045B

Black with #7D045B

Text Example


Text Example

White with #7D045B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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