Shades of Violent Violet #17053F
Tints of Violent Violet #17053F
RGB
CMYK
RGB Variations
Color information
#17053F (or 0x17053F) is known color: Violent Violet. HEX triplet: 17, 05 and 3F. RGB value is (23,5,63). Sum of RGB (Red+Green+Blue) = 23+5+63=91 (12% of max value = 765). Red value is 23 (9.38% from 255 or 25.27% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 63 (25% from 255 or 69.23% from 91); Max value from RGB is 63 - color contains mainly: blue. Hex color #17053F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17053F is #E8FAC0. Grayscale: #101010. Windows color (decimal): -15268545 or 4130071. OLE color: 4130071.
HSL color Cylindrical-coordinate representation of color #17053F: hue angle of 258.62º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #17053F is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 5 | 63 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.75 |
| HSL | 258.62º | 0.85% | 0.13% | - |
| HSV(B) | 258.62º | 0.92% | 0.25% | - |
| XYZ | 1.3 | 0.65 | 4.76 | - |
| YUV | 16.99 | 153.96 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 5 | 63 | 0.63 | 0.92 | 0 | 0.75 | 258.62 | 0.85 | 0.13 |
| Hex | 17 | 5 | 3F | 3F | 5C | 0 | 4B | 103 | 55 | D |
| Octal | 27 | 5 | 77 | 77 | 134 | 0 | 113 | 403 | 125 | 15 |
| Binary | 10111 | 101 | 111111 | 111111 | 1011100 | 0 | 1001011 | 100000011 | 1010101 | 1101 |
Color Harmonies of #17053F
Complementary color
Monochromatic Colors of #17053F
Black with #17053F
Text Example
Text Example
White with #17053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17053F; }
p { color: rgb(23,5,63); }
H1.HeaderClassName
{
color: #17053F;
}
.AnyTagClassName
{
color: #17053F;
}
</style>
background-color css
<style>
a { background-color: #17053F; }
a { background-color: rgb(23,5,63); }
div.DivClassName
{
background-color: #17053F;
}
.BgClassName
{
background-color: #17053F;
}
</style>
border-color css
<style>
span { border-color: #17053F; }
span { border-color: rgb(23,5,63); }
td.TdClassName
{
border-color: #17053F;
}
.TagClassName
{
border-color: #17053F;
}
</style>