Html Css Color HEX #7D115A Eggplant

📋 copy color: '#7D115A'

red 125 ◦ green 17 ◦ blue 90

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

Shades of Eggplant #7D115A

Tints of Eggplant #7D115A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.33%

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

R = 53.88%
G = 7.33%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#7D115A (or 0x7D115A) is known color: Eggplant. HEX triplet: 7D, 11 and 5A. RGB value is (125,17,90). Sum of RGB (Red+Green+Blue) = 125+17+90=232 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.88% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 125 - color contains mainly: red. Hex color #7D115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D115A is #82EEA5. Grayscale: #393939. Windows color (decimal): -8580774 or 5902717. OLE color: 5902717.

HSL color Cylindrical-coordinate representation of color #7D115A: hue angle of 319.44º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D115A is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 17 90 -
CMYK 0 0.86 0.28 0.51
HSL 319.44º 0.76% 0.28% -
HSV(B) 319.44º 0.86% 0.49% -
XYZ 10.5 5.5 10.18 -
YUV 57.61 146.28 176.06 -
System Red Green Blue C M Y K H S L
Decimal 125 17 90 0 0.86 0.28 0.51 319.44 0.76 0.28
Hex 7D 11 5A 0 56 1C 33 13F 4C 1C
Octal 175 21 132 0 126 34 63 477 114 34
Binary 1111101 10001 1011010 0 1010110 11100 110011 100111111 1001100 11100

Color Harmonies of #7D115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D115A

Black with #7D115A

Text Example


Text Example

White with #7D115A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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