Shades of Violent Violet #17044F
Tints of Violent Violet #17044F
RGB
CMYK
RGB Variations
Color information
#17044F (or 0x17044F) is known color: Violent Violet. HEX triplet: 17, 04 and 4F. RGB value is (23,4,79). Sum of RGB (Red+Green+Blue) = 23+4+79=106 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.70% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 79 (31.25% from 255 or 74.53% from 106); Max value from RGB is 79 - color contains mainly: blue. Hex color #17044F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17044F is #E8FBB0. Grayscale: #111111. Windows color (decimal): -15268785 or 5178391. OLE color: 5178391.
HSL color Cylindrical-coordinate representation of color #17044F: hue angle of 255.2º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #17044F is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 23 | 4 | 79 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.69 |
| HSL | 255.2º | 0.9% | 0.16% | - |
| HSV(B) | 255.2º | 0.95% | 0.31% | - |
| XYZ | 1.81 | 0.83 | 7.46 | - |
| YUV | 18.23 | 162.29 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 4 | 79 | 0.71 | 0.95 | 0 | 0.69 | 255.2 | 0.9 | 0.16 |
| Hex | 17 | 4 | 4F | 47 | 5F | 0 | 45 | FF | 5A | 10 |
| Octal | 27 | 4 | 117 | 107 | 137 | 0 | 105 | 377 | 132 | 20 |
| Binary | 10111 | 100 | 1001111 | 1000111 | 1011111 | 0 | 1000101 | 11111111 | 1011010 | 10000 |
Color Harmonies of #17044F
Complementary color
Monochromatic Colors of #17044F
Black with #17044F
Text Example
Text Example
White with #17044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17044F; }
p { color: rgb(23,4,79); }
H1.HeaderClassName
{
color: #17044F;
}
.AnyTagClassName
{
color: #17044F;
}
</style>
background-color css
<style>
a { background-color: #17044F; }
a { background-color: rgb(23,4,79); }
div.DivClassName
{
background-color: #17044F;
}
.BgClassName
{
background-color: #17044F;
}
</style>
border-color css
<style>
span { border-color: #17044F; }
span { border-color: rgb(23,4,79); }
td.TdClassName
{
border-color: #17044F;
}
.TagClassName
{
border-color: #17044F;
}
</style>