Shades of Violent Violet #17024E
Tints of Violent Violet #17024E
RGB
CMYK
RGB Variations
Color information
#17024E (or 0x17024E) is known color: Violent Violet. HEX triplet: 17, 02 and 4E. RGB value is (23,2,78). Sum of RGB (Red+Green+Blue) = 23+2+78=103 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.33% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 78 (30.86% from 255 or 75.73% from 103); Max value from RGB is 78 - color contains mainly: blue. Hex color #17024E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17024E is #E8FDB1. Grayscale: #101010. Windows color (decimal): -15269298 or 5112343. OLE color: 5112343.
HSL color Cylindrical-coordinate representation of color #17024E: hue angle of 256.58º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #17024E is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 23 | 2 | 78 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.69 |
| HSL | 256.58º | 0.95% | 0.16% | - |
| HSV(B) | 256.58º | 0.97% | 0.31% | - |
| XYZ | 1.75 | 0.78 | 7.27 | - |
| YUV | 16.94 | 162.46 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 78 | 0.71 | 0.97 | 0 | 0.69 | 256.58 | 0.95 | 0.16 |
| Hex | 17 | 2 | 4E | 47 | 61 | 0 | 45 | 101 | 5F | 10 |
| Octal | 27 | 2 | 116 | 107 | 141 | 0 | 105 | 401 | 137 | 20 |
| Binary | 10111 | 10 | 1001110 | 1000111 | 1100001 | 0 | 1000101 | 100000001 | 1011111 | 10000 |
Color Harmonies of #17024E
Complementary color
Monochromatic Colors of #17024E
Black with #17024E
Text Example
Text Example
White with #17024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17024E; }
p { color: rgb(23,2,78); }
H1.HeaderClassName
{
color: #17024E;
}
.AnyTagClassName
{
color: #17024E;
}
</style>
background-color css
<style>
a { background-color: #17024E; }
a { background-color: rgb(23,2,78); }
div.DivClassName
{
background-color: #17024E;
}
.BgClassName
{
background-color: #17024E;
}
</style>
border-color css
<style>
span { border-color: #17024E; }
span { border-color: rgb(23,2,78); }
td.TdClassName
{
border-color: #17024E;
}
.TagClassName
{
border-color: #17024E;
}
</style>