Shades of Eggplant #75015C
Tints of Eggplant #75015C
RGB
CMYK
RGB Variations
Color information
#75015C (or 0x75015C) is known color: Eggplant. HEX triplet: 75, 01 and 5C. RGB value is (117,1,92). Sum of RGB (Red+Green+Blue) = 117+1+92=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #75015C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75015C is #8AFEA3. Grayscale: #2D2D2D. Windows color (decimal): -9109156 or 6029685. OLE color: 6029685.
HSL color Cylindrical-coordinate representation of color #75015C: hue angle of 312.93º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75015C is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 1 | 92 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.54 |
| HSL | 312.93º | 0.98% | 0.23% | - |
| HSV(B) | 312.93º | 0.99% | 0.46% | - |
| XYZ | 9.28 | 4.58 | 10.52 | - |
| YUV | 46.06 | 153.93 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 92 | 0 | 0.99 | 0.21 | 0.54 | 312.93 | 0.98 | 0.23 |
| Hex | 75 | 1 | 5C | 0 | 63 | 15 | 36 | 139 | 62 | 17 |
| Octal | 165 | 1 | 134 | 0 | 143 | 25 | 66 | 471 | 142 | 27 |
| Binary | 1110101 | 1 | 1011100 | 0 | 1100011 | 10101 | 110110 | 100111001 | 1100010 | 10111 |
Color Harmonies of #75015C
Complementary color
Monochromatic Colors of #75015C
Black with #75015C
Text Example
Text Example
White with #75015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75015C; }
p { color: rgb(117,1,92); }
H1.HeaderClassName
{
color: #75015C;
}
.AnyTagClassName
{
color: #75015C;
}
</style>
background-color css
<style>
a { background-color: #75015C; }
a { background-color: rgb(117,1,92); }
div.DivClassName
{
background-color: #75015C;
}
.BgClassName
{
background-color: #75015C;
}
</style>
border-color css
<style>
span { border-color: #75015C; }
span { border-color: rgb(117,1,92); }
td.TdClassName
{
border-color: #75015C;
}
.TagClassName
{
border-color: #75015C;
}
</style>