Shades of Violent Violet #210D59
Tints of Violent Violet #210D59
RGB
CMYK
RGB Variations
Color information
#210D59 (or 0x210D59) is known color: Violent Violet. HEX triplet: 21, 0D and 59. RGB value is (33,13,89). Sum of RGB (Red+Green+Blue) = 33+13+89=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 13 (5.47% from 255 or 9.63% from 135); Blue value is 89 (35.16% from 255 or 65.93% from 135); Max value from RGB is 89 - color contains mainly: blue. Hex color #210D59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210D59 is #DEF2A6. Grayscale: #1B1B1B. Windows color (decimal): -14611111 or 5836065. OLE color: 5836065.
HSL color Cylindrical-coordinate representation of color #210D59: hue angle of 255.79º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #210D59 is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 13 | 89 | - |
| CMYK | 0.63 | 0.85 | 0 | 0.65 |
| HSL | 255.79º | 0.75% | 0.2% | - |
| HSV(B) | 255.79º | 0.85% | 0.35% | - |
| XYZ | 2.57 | 1.33 | 9.57 | - |
| YUV | 27.64 | 162.63 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 13 | 89 | 0.63 | 0.85 | 0 | 0.65 | 255.79 | 0.75 | 0.2 |
| Hex | 21 | D | 59 | 3F | 55 | 0 | 41 | 100 | 4B | 14 |
| Octal | 41 | 15 | 131 | 77 | 125 | 0 | 101 | 400 | 113 | 24 |
| Binary | 100001 | 1101 | 1011001 | 111111 | 1010101 | 0 | 1000001 | 100000000 | 1001011 | 10100 |
Color Harmonies of #210D59
Complementary color
Monochromatic Colors of #210D59
Black with #210D59
Text Example
Text Example
White with #210D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210D59; }
p { color: rgb(33,13,89); }
H1.HeaderClassName
{
color: #210D59;
}
.AnyTagClassName
{
color: #210D59;
}
</style>
background-color css
<style>
a { background-color: #210D59; }
a { background-color: rgb(33,13,89); }
div.DivClassName
{
background-color: #210D59;
}
.BgClassName
{
background-color: #210D59;
}
</style>
border-color css
<style>
span { border-color: #210D59; }
span { border-color: rgb(33,13,89); }
td.TdClassName
{
border-color: #210D59;
}
.TagClassName
{
border-color: #210D59;
}
</style>