Html Css Color HEX #7D115B Eggplant

📋 copy color: '#7D115B'

red 125 ◦ green 17 ◦ blue 91

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

Shades of Eggplant #7D115B

Tints of Eggplant #7D115B

RGB

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

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

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

R = 53.65%
G = 7.3%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7D115B (or 0x7D115B) is known color: Eggplant. HEX triplet: 7D, 11 and 5B. RGB value is (125,17,91). Sum of RGB (Red+Green+Blue) = 125+17+91=233 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.65% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 125 - color contains mainly: red. Hex color #7D115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D115B is #82EEA4. Grayscale: #393939. Windows color (decimal): -8580773 or 5968253. OLE color: 5968253.

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

Color convert

RGB 125 17 91 -
CMYK 0 0.86 0.27 0.51
HSL 318.89º 0.76% 0.28% -
HSV(B) 318.89º 0.86% 0.49% -
XYZ 10.55 5.52 10.41 -
YUV 57.73 146.78 175.98 -
System Red Green Blue C M Y K H S L
Decimal 125 17 91 0 0.86 0.27 0.51 318.89 0.76 0.28
Hex 7D 11 5B 0 56 1B 33 13F 4C 1C
Octal 175 21 133 0 126 33 63 477 114 34
Binary 1111101 10001 1011011 0 1010110 11011 110011 100111111 1001100 11100

Color Harmonies of #7D115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D115B

Black with #7D115B

Text Example


Text Example

White with #7D115B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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