Shades of Violent Violet #170047
Tints of Violent Violet #170047
RGB
CMYK
RGB Variations
Color information
#170047 (or 0x170047) is known color: Violent Violet. HEX triplet: 17, 00 and 47. RGB value is (23,0,71). Sum of RGB (Red+Green+Blue) = 23+0+71=94 (12% of max value = 765). Red value is 23 (9.38% from 255 or 24.47% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 71 (28.12% from 255 or 75.53% from 94); Max value from RGB is 71 - color contains mainly: blue. Hex color #170047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170047 is #E8FFB8. Grayscale: #0E0E0E. Windows color (decimal): -15269817 or 4653079. OLE color: 4653079.
HSL color Cylindrical-coordinate representation of color #170047: hue angle of 259.44º 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 #170047 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 23 | 0 | 71 | - |
| CMYK | 0.68 | 1 | 0 | 0.72 |
| HSL | 259.44º | 1% | 0.14% | - |
| HSV(B) | 259.44º | 1% | 0.28% | - |
| XYZ | 1.49 | 0.64 | 6.01 | - |
| YUV | 14.97 | 159.62 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 71 | 0.68 | 1 | 0 | 0.72 | 259.44 | 1 | 0.14 |
| Hex | 17 | 0 | 47 | 44 | 64 | 0 | 48 | 103 | 64 | E |
| Octal | 27 | 0 | 107 | 104 | 144 | 0 | 110 | 403 | 144 | 16 |
| Binary | 10111 | 0 | 1000111 | 1000100 | 1100100 | 0 | 1001000 | 100000011 | 1100100 | 1110 |
Color Harmonies of #170047
Complementary color
Monochromatic Colors of #170047
Black with #170047
Text Example
Text Example
White with #170047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170047; }
p { color: rgb(23,0,71); }
H1.HeaderClassName
{
color: #170047;
}
.AnyTagClassName
{
color: #170047;
}
</style>
background-color css
<style>
a { background-color: #170047; }
a { background-color: rgb(23,0,71); }
div.DivClassName
{
background-color: #170047;
}
.BgClassName
{
background-color: #170047;
}
</style>
border-color css
<style>
span { border-color: #170047; }
span { border-color: rgb(23,0,71); }
td.TdClassName
{
border-color: #170047;
}
.TagClassName
{
border-color: #170047;
}
</style>