Shades of Violent Violet #210E53
Tints of Violent Violet #210E53
RGB
CMYK
RGB Variations
Color information
#210E53 (or 0x210E53) is known color: Violent Violet. HEX triplet: 21, 0E and 53. RGB value is (33,14,83). Sum of RGB (Red+Green+Blue) = 33+14+83=130 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.38% from 130); Green value is 14 (5.86% from 255 or 10.77% from 130); Blue value is 83 (32.81% from 255 or 63.85% from 130); Max value from RGB is 83 - color contains mainly: blue. Hex color #210E53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210E53 is #DEF1AC. Grayscale: #1B1B1B. Windows color (decimal): -14610861 or 5443105. OLE color: 5443105.
HSL color Cylindrical-coordinate representation of color #210E53: hue angle of 256.52º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #210E53 is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 14 | 83 | - |
| CMYK | 0.60 | 0.83 | 0 | 0.67 |
| HSL | 256.52º | 0.71% | 0.19% | - |
| HSV(B) | 256.52º | 0.83% | 0.33% | - |
| XYZ | 2.35 | 1.26 | 8.3 | - |
| YUV | 27.55 | 159.29 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 14 | 83 | 0.60 | 0.83 | 0 | 0.67 | 256.52 | 0.71 | 0.19 |
| Hex | 21 | E | 53 | 3C | 53 | 0 | 43 | 101 | 47 | 13 |
| Octal | 41 | 16 | 123 | 74 | 123 | 0 | 103 | 401 | 107 | 23 |
| Binary | 100001 | 1110 | 1010011 | 111100 | 1010011 | 0 | 1000011 | 100000001 | 1000111 | 10011 |
Color Harmonies of #210E53
Complementary color
Monochromatic Colors of #210E53
Black with #210E53
Text Example
Text Example
White with #210E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210E53; }
p { color: rgb(33,14,83); }
H1.HeaderClassName
{
color: #210E53;
}
.AnyTagClassName
{
color: #210E53;
}
</style>
background-color css
<style>
a { background-color: #210E53; }
a { background-color: rgb(33,14,83); }
div.DivClassName
{
background-color: #210E53;
}
.BgClassName
{
background-color: #210E53;
}
</style>
border-color css
<style>
span { border-color: #210E53; }
span { border-color: rgb(33,14,83); }
td.TdClassName
{
border-color: #210E53;
}
.TagClassName
{
border-color: #210E53;
}
</style>