Shades of Violent Violet #170048
Tints of Violent Violet #170048
RGB
CMYK
RGB Variations
Color information
#170048 (or 0x170048) is known color: Violent Violet. HEX triplet: 17, 00 and 48. RGB value is (23,0,72). Sum of RGB (Red+Green+Blue) = 23+0+72=95 (12% of max value = 765). Red value is 23 (9.38% from 255 or 24.21% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 72 (28.52% from 255 or 75.79% from 95); Max value from RGB is 72 - color contains mainly: blue. Hex color #170048 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170048 is #E8FFB7. Grayscale: #0E0E0E. Windows color (decimal): -15269816 or 4718615. OLE color: 4718615.
HSL color Cylindrical-coordinate representation of color #170048: hue angle of 259.17º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #170048 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 23 | 0 | 72 | - |
| CMYK | 0.68 | 1 | 0 | 0.72 |
| HSL | 259.17º | 1% | 0.14% | - |
| HSV(B) | 259.17º | 1% | 0.28% | - |
| XYZ | 1.52 | 0.65 | 6.18 | - |
| YUV | 15.09 | 160.12 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 72 | 0.68 | 1 | 0 | 0.72 | 259.17 | 1 | 0.14 |
| Hex | 17 | 0 | 48 | 44 | 64 | 0 | 48 | 103 | 64 | E |
| Octal | 27 | 0 | 110 | 104 | 144 | 0 | 110 | 403 | 144 | 16 |
| Binary | 10111 | 0 | 1001000 | 1000100 | 1100100 | 0 | 1001000 | 100000011 | 1100100 | 1110 |
Color Harmonies of #170048
Complementary color
Monochromatic Colors of #170048
Black with #170048
Text Example
Text Example
White with #170048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170048; }
p { color: rgb(23,0,72); }
H1.HeaderClassName
{
color: #170048;
}
.AnyTagClassName
{
color: #170048;
}
</style>
background-color css
<style>
a { background-color: #170048; }
a { background-color: rgb(23,0,72); }
div.DivClassName
{
background-color: #170048;
}
.BgClassName
{
background-color: #170048;
}
</style>
border-color css
<style>
span { border-color: #170048; }
span { border-color: rgb(23,0,72); }
td.TdClassName
{
border-color: #170048;
}
.TagClassName
{
border-color: #170048;
}
</style>