Shades of Dark Purple #75166C
Tints of Dark Purple #75166C
RGB
CMYK
RGB Variations
Color information
#75166C (or 0x75166C) is known color: Dark Purple. HEX triplet: 75, 16 and 6C. RGB value is (117,22,108). Sum of RGB (Red+Green+Blue) = 117+22+108=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #75166C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75166C is #8AE993. Grayscale: #3B3B3B. Windows color (decimal): -9103764 or 7083637. OLE color: 7083637.
HSL color Cylindrical-coordinate representation of color #75166C: hue angle of 305.68º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75166C is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 22 | 108 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.54 |
| HSL | 305.68º | 0.68% | 0.27% | - |
| HSV(B) | 305.68º | 0.81% | 0.46% | - |
| XYZ | 10.33 | 5.44 | 14.69 | - |
| YUV | 60.21 | 154.97 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 22 | 108 | 0 | 0.81 | 0.08 | 0.54 | 305.68 | 0.68 | 0.27 |
| Hex | 75 | 16 | 6C | 0 | 51 | 8 | 36 | 132 | 44 | 1B |
| Octal | 165 | 26 | 154 | 0 | 121 | 10 | 66 | 462 | 104 | 33 |
| Binary | 1110101 | 10110 | 1101100 | 0 | 1010001 | 1000 | 110110 | 100110010 | 1000100 | 11011 |
Color Harmonies of #75166C
Complementary color
Monochromatic Colors of #75166C
Black with #75166C
Text Example
Text Example
White with #75166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75166C; }
p { color: rgb(117,22,108); }
H1.HeaderClassName
{
color: #75166C;
}
.AnyTagClassName
{
color: #75166C;
}
</style>
background-color css
<style>
a { background-color: #75166C; }
a { background-color: rgb(117,22,108); }
div.DivClassName
{
background-color: #75166C;
}
.BgClassName
{
background-color: #75166C;
}
</style>
border-color css
<style>
span { border-color: #75166C; }
span { border-color: rgb(117,22,108); }
td.TdClassName
{
border-color: #75166C;
}
.TagClassName
{
border-color: #75166C;
}
</style>