Shades of Violent Violet #17004F
Tints of Violent Violet #17004F
RGB
CMYK
RGB Variations
Color information
#17004F (or 0x17004F) is known color: Violent Violet. HEX triplet: 17, 00 and 4F. RGB value is (23,0,79). Sum of RGB (Red+Green+Blue) = 23+0+79=102 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.55% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 79 (31.25% from 255 or 77.45% from 102); Max value from RGB is 79 - color contains mainly: blue. Hex color #17004F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17004F is #E8FFB0. Grayscale: #0F0F0F. Windows color (decimal): -15269809 or 5177367. OLE color: 5177367.
HSL color Cylindrical-coordinate representation of color #17004F: hue angle of 257.47º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #17004F is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 23 | 0 | 79 | - |
| CMYK | 0.71 | 1 | 0 | 0.69 |
| HSL | 257.47º | 1% | 0.15% | - |
| HSV(B) | 257.47º | 1% | 0.31% | - |
| XYZ | 1.76 | 0.75 | 7.45 | - |
| YUV | 15.88 | 163.62 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 79 | 0.71 | 1 | 0 | 0.69 | 257.47 | 1 | 0.15 |
| Hex | 17 | 0 | 4F | 47 | 64 | 0 | 45 | 101 | 64 | F |
| Octal | 27 | 0 | 117 | 107 | 144 | 0 | 105 | 401 | 144 | 17 |
| Binary | 10111 | 0 | 1001111 | 1000111 | 1100100 | 0 | 1000101 | 100000001 | 1100100 | 1111 |
Color Harmonies of #17004F
Complementary color
Monochromatic Colors of #17004F
Black with #17004F
Text Example
Text Example
White with #17004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17004F; }
p { color: rgb(23,0,79); }
H1.HeaderClassName
{
color: #17004F;
}
.AnyTagClassName
{
color: #17004F;
}
</style>
background-color css
<style>
a { background-color: #17004F; }
a { background-color: rgb(23,0,79); }
div.DivClassName
{
background-color: #17004F;
}
.BgClassName
{
background-color: #17004F;
}
</style>
border-color css
<style>
span { border-color: #17004F; }
span { border-color: rgb(23,0,79); }
td.TdClassName
{
border-color: #17004F;
}
.TagClassName
{
border-color: #17004F;
}
</style>