Shades of Violent Violet #170053
Tints of Violent Violet #170053
RGB
CMYK
RGB Variations
Color information
#170053 (or 0x170053) is known color: Violent Violet. HEX triplet: 17, 00 and 53. RGB value is (23,0,83). Sum of RGB (Red+Green+Blue) = 23+0+83=106 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.70% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 83 (32.81% from 255 or 78.30% from 106); Max value from RGB is 83 - color contains mainly: blue. Hex color #170053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170053 is #E8FFAC. Grayscale: #101010. Windows color (decimal): -15269805 or 5439511. OLE color: 5439511.
HSL color Cylindrical-coordinate representation of color #170053: hue angle of 256.63º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #170053 is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 0 | 83 | - |
| CMYK | 0.72 | 1 | 0 | 0.67 |
| HSL | 256.63º | 1% | 0.16% | - |
| HSV(B) | 256.63º | 1% | 0.33% | - |
| XYZ | 1.91 | 0.81 | 8.24 | - |
| YUV | 16.34 | 165.62 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 83 | 0.72 | 1 | 0 | 0.67 | 256.63 | 1 | 0.16 |
| Hex | 17 | 0 | 53 | 48 | 64 | 0 | 43 | 101 | 64 | 10 |
| Octal | 27 | 0 | 123 | 110 | 144 | 0 | 103 | 401 | 144 | 20 |
| Binary | 10111 | 0 | 1010011 | 1001000 | 1100100 | 0 | 1000011 | 100000001 | 1100100 | 10000 |
Color Harmonies of #170053
Complementary color
Monochromatic Colors of #170053
Black with #170053
Text Example
Text Example
White with #170053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170053; }
p { color: rgb(23,0,83); }
H1.HeaderClassName
{
color: #170053;
}
.AnyTagClassName
{
color: #170053;
}
</style>
background-color css
<style>
a { background-color: #170053; }
a { background-color: rgb(23,0,83); }
div.DivClassName
{
background-color: #170053;
}
.BgClassName
{
background-color: #170053;
}
</style>
border-color css
<style>
span { border-color: #170053; }
span { border-color: rgb(23,0,83); }
td.TdClassName
{
border-color: #170053;
}
.TagClassName
{
border-color: #170053;
}
</style>