Shades of Violent Violet #170449
Tints of Violent Violet #170449
RGB
CMYK
RGB Variations
Color information
#170449 (or 0x170449) is known color: Violent Violet. HEX triplet: 17, 04 and 49. RGB value is (23,4,73). Sum of RGB (Red+Green+Blue) = 23+4+73=100 (13% of max value = 765). Red value is 23 (9.38% from 255 or 23% from 100); Green value is 4 (1.95% from 255 or 4% from 100); Blue value is 73 (28.91% from 255 or 73% from 100); Max value from RGB is 73 - color contains mainly: blue. Hex color #170449 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170449 is #E8FBB6. Grayscale: #111111. Windows color (decimal): -15268791 or 4785175. OLE color: 4785175.
HSL color Cylindrical-coordinate representation of color #170449: hue angle of 256.52º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #170449 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 4 | 73 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.71 |
| HSL | 256.52º | 0.9% | 0.15% | - |
| HSV(B) | 256.52º | 0.95% | 0.29% | - |
| XYZ | 1.6 | 0.75 | 6.36 | - |
| YUV | 17.55 | 159.29 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 4 | 73 | 0.68 | 0.95 | 0 | 0.71 | 256.52 | 0.9 | 0.15 |
| Hex | 17 | 4 | 49 | 44 | 5F | 0 | 47 | 101 | 5A | F |
| Octal | 27 | 4 | 111 | 104 | 137 | 0 | 107 | 401 | 132 | 17 |
| Binary | 10111 | 100 | 1001001 | 1000100 | 1011111 | 0 | 1000111 | 100000001 | 1011010 | 1111 |
Color Harmonies of #170449
Complementary color
Monochromatic Colors of #170449
Black with #170449
Text Example
Text Example
White with #170449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170449; }
p { color: rgb(23,4,73); }
H1.HeaderClassName
{
color: #170449;
}
.AnyTagClassName
{
color: #170449;
}
</style>
background-color css
<style>
a { background-color: #170449; }
a { background-color: rgb(23,4,73); }
div.DivClassName
{
background-color: #170449;
}
.BgClassName
{
background-color: #170449;
}
</style>
border-color css
<style>
span { border-color: #170449; }
span { border-color: rgb(23,4,73); }
td.TdClassName
{
border-color: #170449;
}
.TagClassName
{
border-color: #170449;
}
</style>