Shades of Dark Purple #75166B
Tints of Dark Purple #75166B
RGB
CMYK
RGB Variations
Color information
#75166B (or 0x75166B) is known color: Dark Purple. HEX triplet: 75, 16 and 6B. RGB value is (117,22,107). Sum of RGB (Red+Green+Blue) = 117+22+107=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #75166B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75166B is #8AE994. Grayscale: #3B3B3B. Windows color (decimal): -9103765 or 7018101. OLE color: 7018101.
HSL color Cylindrical-coordinate representation of color #75166B: hue angle of 306.32º 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 #75166B is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 22 | 107 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.54 |
| HSL | 306.32º | 0.68% | 0.27% | - |
| HSV(B) | 306.32º | 0.81% | 0.46% | - |
| XYZ | 10.28 | 5.42 | 14.41 | - |
| YUV | 60.1 | 154.47 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 22 | 107 | 0 | 0.81 | 0.09 | 0.54 | 306.32 | 0.68 | 0.27 |
| Hex | 75 | 16 | 6B | 0 | 51 | 9 | 36 | 132 | 44 | 1B |
| Octal | 165 | 26 | 153 | 0 | 121 | 11 | 66 | 462 | 104 | 33 |
| Binary | 1110101 | 10110 | 1101011 | 0 | 1010001 | 1001 | 110110 | 100110010 | 1000100 | 11011 |
Color Harmonies of #75166B
Complementary color
Monochromatic Colors of #75166B
Black with #75166B
Text Example
Text Example
White with #75166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75166B; }
p { color: rgb(117,22,107); }
H1.HeaderClassName
{
color: #75166B;
}
.AnyTagClassName
{
color: #75166B;
}
</style>
background-color css
<style>
a { background-color: #75166B; }
a { background-color: rgb(117,22,107); }
div.DivClassName
{
background-color: #75166B;
}
.BgClassName
{
background-color: #75166B;
}
</style>
border-color css
<style>
span { border-color: #75166B; }
span { border-color: rgb(117,22,107); }
td.TdClassName
{
border-color: #75166B;
}
.TagClassName
{
border-color: #75166B;
}
</style>