Shades of Violent Violet #170142
Tints of Violent Violet #170142
RGB
CMYK
RGB Variations
Color information
#170142 (or 0x170142) is known color: Violent Violet. HEX triplet: 17, 01 and 42. RGB value is (23,1,66). Sum of RGB (Red+Green+Blue) = 23+1+66=90 (11% of max value = 765). Red value is 23 (9.38% from 255 or 25.56% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 66 (26.17% from 255 or 73.33% from 90); Max value from RGB is 66 - color contains mainly: blue. Hex color #170142 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170142 is #E8FEBD. Grayscale: #0E0E0E. Windows color (decimal): -15269566 or 4325655. OLE color: 4325655.
HSL color Cylindrical-coordinate representation of color #170142: hue angle of 260.31º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #170142 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 23 | 1 | 66 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.74 |
| HSL | 260.31º | 0.97% | 0.13% | - |
| HSV(B) | 260.31º | 0.98% | 0.26% | - |
| XYZ | 1.35 | 0.6 | 5.2 | - |
| YUV | 14.99 | 156.79 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 1 | 66 | 0.65 | 0.98 | 0 | 0.74 | 260.31 | 0.97 | 0.13 |
| Hex | 17 | 1 | 42 | 41 | 62 | 0 | 4A | 104 | 61 | D |
| Octal | 27 | 1 | 102 | 101 | 142 | 0 | 112 | 404 | 141 | 15 |
| Binary | 10111 | 1 | 1000010 | 1000001 | 1100010 | 0 | 1001010 | 100000100 | 1100001 | 1101 |
Color Harmonies of #170142
Complementary color
Monochromatic Colors of #170142
Black with #170142
Text Example
Text Example
White with #170142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170142; }
p { color: rgb(23,1,66); }
H1.HeaderClassName
{
color: #170142;
}
.AnyTagClassName
{
color: #170142;
}
</style>
background-color css
<style>
a { background-color: #170142; }
a { background-color: rgb(23,1,66); }
div.DivClassName
{
background-color: #170142;
}
.BgClassName
{
background-color: #170142;
}
</style>
border-color css
<style>
span { border-color: #170142; }
span { border-color: rgb(23,1,66); }
td.TdClassName
{
border-color: #170142;
}
.TagClassName
{
border-color: #170142;
}
</style>