Shades of Dark Purple #75166F
Tints of Dark Purple #75166F
RGB
CMYK
RGB Variations
Color information
#75166F (or 0x75166F) is known color: Dark Purple. HEX triplet: 75, 16 and 6F. RGB value is (117,22,111). Sum of RGB (Red+Green+Blue) = 117+22+111=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #75166F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75166F is #8AE990. Grayscale: #3C3C3C. Windows color (decimal): -9103761 or 7280245. OLE color: 7280245.
HSL color Cylindrical-coordinate representation of color #75166F: hue angle of 303.79º 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 #75166F is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 22 | 111 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.54 |
| HSL | 303.79º | 0.68% | 0.27% | - |
| HSV(B) | 303.79º | 0.81% | 0.46% | - |
| XYZ | 10.49 | 5.5 | 15.55 | - |
| YUV | 60.55 | 156.47 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 22 | 111 | 0 | 0.81 | 0.05 | 0.54 | 303.79 | 0.68 | 0.27 |
| Hex | 75 | 16 | 6F | 0 | 51 | 5 | 36 | 130 | 44 | 1B |
| Octal | 165 | 26 | 157 | 0 | 121 | 5 | 66 | 460 | 104 | 33 |
| Binary | 1110101 | 10110 | 1101111 | 0 | 1010001 | 101 | 110110 | 100110000 | 1000100 | 11011 |
Color Harmonies of #75166F
Complementary color
Monochromatic Colors of #75166F
Black with #75166F
Text Example
Text Example
White with #75166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75166F; }
p { color: rgb(117,22,111); }
H1.HeaderClassName
{
color: #75166F;
}
.AnyTagClassName
{
color: #75166F;
}
</style>
background-color css
<style>
a { background-color: #75166F; }
a { background-color: rgb(117,22,111); }
div.DivClassName
{
background-color: #75166F;
}
.BgClassName
{
background-color: #75166F;
}
</style>
border-color css
<style>
span { border-color: #75166F; }
span { border-color: rgb(117,22,111); }
td.TdClassName
{
border-color: #75166F;
}
.TagClassName
{
border-color: #75166F;
}
</style>