Shades of Eggplant #74015D
Tints of Eggplant #74015D
RGB
CMYK
RGB Variations
Color information
#74015D (or 0x74015D) is known color: Eggplant. HEX triplet: 74, 01 and 5D. RGB value is (116,1,93). Sum of RGB (Red+Green+Blue) = 116+1+93=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #74015D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74015D is #8BFEA2. Grayscale: #2D2D2D. Windows color (decimal): -9174691 or 6095220. OLE color: 6095220.
HSL color Cylindrical-coordinate representation of color #74015D: hue angle of 312º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74015D is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 1 | 93 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.55 |
| HSL | 312º | 0.98% | 0.23% | - |
| HSV(B) | 312º | 0.99% | 0.45% | - |
| XYZ | 9.19 | 4.53 | 10.75 | - |
| YUV | 45.87 | 154.6 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 1 | 93 | 0 | 0.99 | 0.20 | 0.55 | 312 | 0.98 | 0.23 |
| Hex | 74 | 1 | 5D | 0 | 63 | 14 | 37 | 138 | 62 | 17 |
| Octal | 164 | 1 | 135 | 0 | 143 | 24 | 67 | 470 | 142 | 27 |
| Binary | 1110100 | 1 | 1011101 | 0 | 1100011 | 10100 | 110111 | 100111000 | 1100010 | 10111 |
Color Harmonies of #74015D
Complementary color
Monochromatic Colors of #74015D
Black with #74015D
Text Example
Text Example
White with #74015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74015D; }
p { color: rgb(116,1,93); }
H1.HeaderClassName
{
color: #74015D;
}
.AnyTagClassName
{
color: #74015D;
}
</style>
background-color css
<style>
a { background-color: #74015D; }
a { background-color: rgb(116,1,93); }
div.DivClassName
{
background-color: #74015D;
}
.BgClassName
{
background-color: #74015D;
}
</style>
border-color css
<style>
span { border-color: #74015D; }
span { border-color: rgb(116,1,93); }
td.TdClassName
{
border-color: #74015D;
}
.TagClassName
{
border-color: #74015D;
}
</style>