Shades of Violent Violet #17043F
Tints of Violent Violet #17043F
RGB
CMYK
RGB Variations
Color information
#17043F (or 0x17043F) is known color: Violent Violet. HEX triplet: 17, 04 and 3F. RGB value is (23,4,63). Sum of RGB (Red+Green+Blue) = 23+4+63=90 (11% of max value = 765). Red value is 23 (9.38% from 255 or 25.56% from 90); Green value is 4 (1.95% from 255 or 4.44% from 90); Blue value is 63 (25% from 255 or 70% from 90); Max value from RGB is 63 - color contains mainly: blue. Hex color #17043F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17043F is #E8FBC0. Grayscale: #101010. Windows color (decimal): -15268801 or 4129815. OLE color: 4129815.
HSL color Cylindrical-coordinate representation of color #17043F: hue angle of 259.32º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #17043F is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 4 | 63 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.75 |
| HSL | 259.32º | 0.88% | 0.13% | - |
| HSV(B) | 259.32º | 0.94% | 0.25% | - |
| XYZ | 1.29 | 0.63 | 4.76 | - |
| YUV | 16.41 | 154.29 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 4 | 63 | 0.63 | 0.94 | 0 | 0.75 | 259.32 | 0.88 | 0.13 |
| Hex | 17 | 4 | 3F | 3F | 5E | 0 | 4B | 103 | 58 | D |
| Octal | 27 | 4 | 77 | 77 | 136 | 0 | 113 | 403 | 130 | 15 |
| Binary | 10111 | 100 | 111111 | 111111 | 1011110 | 0 | 1001011 | 100000011 | 1011000 | 1101 |
Color Harmonies of #17043F
Complementary color
Monochromatic Colors of #17043F
Black with #17043F
Text Example
Text Example
White with #17043F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17043F; }
p { color: rgb(23,4,63); }
H1.HeaderClassName
{
color: #17043F;
}
.AnyTagClassName
{
color: #17043F;
}
</style>
background-color css
<style>
a { background-color: #17043F; }
a { background-color: rgb(23,4,63); }
div.DivClassName
{
background-color: #17043F;
}
.BgClassName
{
background-color: #17043F;
}
</style>
border-color css
<style>
span { border-color: #17043F; }
span { border-color: rgb(23,4,63); }
td.TdClassName
{
border-color: #17043F;
}
.TagClassName
{
border-color: #17043F;
}
</style>