Shades of Violent Violet #210359
Tints of Violent Violet #210359
RGB
CMYK
RGB Variations
Color information
#210359 (or 0x210359) is known color: Violent Violet. HEX triplet: 21, 03 and 59. RGB value is (33,3,89). Sum of RGB (Red+Green+Blue) = 33+3+89=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 89 (35.16% from 255 or 71.2% from 125); Max value from RGB is 89 - color contains mainly: blue. Hex color #210359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210359 is #DEFCA6. Grayscale: #151515. Windows color (decimal): -14613671 or 5833505. OLE color: 5833505.
HSL color Cylindrical-coordinate representation of color #210359: hue angle of 260.93º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #210359 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 3 | 89 | - |
| CMYK | 0.63 | 0.97 | 0 | 0.65 |
| HSL | 260.93º | 0.93% | 0.18% | - |
| HSV(B) | 260.93º | 0.97% | 0.35% | - |
| XYZ | 2.46 | 1.11 | 9.54 | - |
| YUV | 21.77 | 165.94 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 89 | 0.63 | 0.97 | 0 | 0.65 | 260.93 | 0.93 | 0.18 |
| Hex | 21 | 3 | 59 | 3F | 61 | 0 | 41 | 105 | 5D | 12 |
| Octal | 41 | 3 | 131 | 77 | 141 | 0 | 101 | 405 | 135 | 22 |
| Binary | 100001 | 11 | 1011001 | 111111 | 1100001 | 0 | 1000001 | 100000101 | 1011101 | 10010 |
Color Harmonies of #210359
Complementary color
Monochromatic Colors of #210359
Black with #210359
Text Example
Text Example
White with #210359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210359; }
p { color: rgb(33,3,89); }
H1.HeaderClassName
{
color: #210359;
}
.AnyTagClassName
{
color: #210359;
}
</style>
background-color css
<style>
a { background-color: #210359; }
a { background-color: rgb(33,3,89); }
div.DivClassName
{
background-color: #210359;
}
.BgClassName
{
background-color: #210359;
}
</style>
border-color css
<style>
span { border-color: #210359; }
span { border-color: rgb(33,3,89); }
td.TdClassName
{
border-color: #210359;
}
.TagClassName
{
border-color: #210359;
}
</style>