Shades of Violent Violet #170748
Tints of Violent Violet #170748
RGB
CMYK
RGB Variations
Color information
#170748 (or 0x170748) is known color: Violent Violet. HEX triplet: 17, 07 and 48. RGB value is (23,7,72). Sum of RGB (Red+Green+Blue) = 23+7+72=102 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.55% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 72 (28.52% from 255 or 70.59% from 102); Max value from RGB is 72 - color contains mainly: blue. Hex color #170748 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170748 is #E8F8B7. Grayscale: #121212. Windows color (decimal): -15268024 or 4720407. OLE color: 4720407.
HSL color Cylindrical-coordinate representation of color #170748: hue angle of 254.77º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #170748 is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 23 | 7 | 72 | - |
| CMYK | 0.68 | 0.90 | 0 | 0.72 |
| HSL | 254.77º | 0.82% | 0.15% | - |
| HSV(B) | 254.77º | 0.9% | 0.28% | - |
| XYZ | 1.6 | 0.8 | 6.2 | - |
| YUV | 19.19 | 157.8 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 7 | 72 | 0.68 | 0.90 | 0 | 0.72 | 254.77 | 0.82 | 0.15 |
| Hex | 17 | 7 | 48 | 44 | 5A | 0 | 48 | FF | 52 | F |
| Octal | 27 | 7 | 110 | 104 | 132 | 0 | 110 | 377 | 122 | 17 |
| Binary | 10111 | 111 | 1001000 | 1000100 | 1011010 | 0 | 1001000 | 11111111 | 1010010 | 1111 |
Color Harmonies of #170748
Complementary color
Monochromatic Colors of #170748
Black with #170748
Text Example
Text Example
White with #170748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170748; }
p { color: rgb(23,7,72); }
H1.HeaderClassName
{
color: #170748;
}
.AnyTagClassName
{
color: #170748;
}
</style>
background-color css
<style>
a { background-color: #170748; }
a { background-color: rgb(23,7,72); }
div.DivClassName
{
background-color: #170748;
}
.BgClassName
{
background-color: #170748;
}
</style>
border-color css
<style>
span { border-color: #170748; }
span { border-color: rgb(23,7,72); }
td.TdClassName
{
border-color: #170748;
}
.TagClassName
{
border-color: #170748;
}
</style>