Shades of Violent Violet #17063E
Tints of Violent Violet #17063E
RGB
CMYK
RGB Variations
Color information
#17063E (or 0x17063E) is known color: Violent Violet. HEX triplet: 17, 06 and 3E. RGB value is (23,6,62). Sum of RGB (Red+Green+Blue) = 23+6+62=91 (12% of max value = 765). Red value is 23 (9.38% from 255 or 25.27% from 91); Green value is 6 (2.73% from 255 or 6.59% from 91); Blue value is 62 (24.61% from 255 or 68.13% from 91); Max value from RGB is 62 - color contains mainly: blue. Hex color #17063E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17063E is #E8F9C1. Grayscale: #111111. Windows color (decimal): -15268290 or 4064791. OLE color: 4064791.
HSL color Cylindrical-coordinate representation of color #17063E: hue angle of 258.21º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17063E is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 23 | 6 | 62 | - |
| CMYK | 0.63 | 0.90 | 0 | 0.76 |
| HSL | 258.21º | 0.82% | 0.13% | - |
| HSV(B) | 258.21º | 0.9% | 0.24% | - |
| XYZ | 1.29 | 0.66 | 4.62 | - |
| YUV | 17.47 | 153.13 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 6 | 62 | 0.63 | 0.90 | 0 | 0.76 | 258.21 | 0.82 | 0.13 |
| Hex | 17 | 6 | 3E | 3F | 5A | 0 | 4C | 102 | 52 | D |
| Octal | 27 | 6 | 76 | 77 | 132 | 0 | 114 | 402 | 122 | 15 |
| Binary | 10111 | 110 | 111110 | 111111 | 1011010 | 0 | 1001100 | 100000010 | 1010010 | 1101 |
Color Harmonies of #17063E
Complementary color
Monochromatic Colors of #17063E
Black with #17063E
Text Example
Text Example
White with #17063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17063E; }
p { color: rgb(23,6,62); }
H1.HeaderClassName
{
color: #17063E;
}
.AnyTagClassName
{
color: #17063E;
}
</style>
background-color css
<style>
a { background-color: #17063E; }
a { background-color: rgb(23,6,62); }
div.DivClassName
{
background-color: #17063E;
}
.BgClassName
{
background-color: #17063E;
}
</style>
border-color css
<style>
span { border-color: #17063E; }
span { border-color: rgb(23,6,62); }
td.TdClassName
{
border-color: #17063E;
}
.TagClassName
{
border-color: #17063E;
}
</style>