Shades of Violent Violet #210E4C
Tints of Violent Violet #210E4C
RGB
CMYK
RGB Variations
Color information
#210E4C (or 0x210E4C) is known color: Violent Violet. HEX triplet: 21, 0E and 4C. RGB value is (33,14,76). Sum of RGB (Red+Green+Blue) = 33+14+76=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 14 (5.86% from 255 or 11.38% from 123); Blue value is 76 (30.08% from 255 or 61.79% from 123); Max value from RGB is 76 - color contains mainly: blue. Hex color #210E4C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210E4C is #DEF1B3. Grayscale: #1A1A1A. Windows color (decimal): -14610868 or 4984353. OLE color: 4984353.
HSL color Cylindrical-coordinate representation of color #210E4C: hue angle of 258.39º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #210E4C is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 14 | 76 | - |
| CMYK | 0.57 | 0.82 | 0 | 0.70 |
| HSL | 258.39º | 0.69% | 0.18% | - |
| HSV(B) | 258.39º | 0.82% | 0.3% | - |
| XYZ | 2.09 | 1.16 | 6.95 | - |
| YUV | 26.75 | 155.79 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 14 | 76 | 0.57 | 0.82 | 0 | 0.70 | 258.39 | 0.69 | 0.18 |
| Hex | 21 | E | 4C | 39 | 52 | 0 | 46 | 102 | 45 | 12 |
| Octal | 41 | 16 | 114 | 71 | 122 | 0 | 106 | 402 | 105 | 22 |
| Binary | 100001 | 1110 | 1001100 | 111001 | 1010010 | 0 | 1000110 | 100000010 | 1000101 | 10010 |
Color Harmonies of #210E4C
Complementary color
Monochromatic Colors of #210E4C
Black with #210E4C
Text Example
Text Example
White with #210E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210E4C; }
p { color: rgb(33,14,76); }
H1.HeaderClassName
{
color: #210E4C;
}
.AnyTagClassName
{
color: #210E4C;
}
</style>
background-color css
<style>
a { background-color: #210E4C; }
a { background-color: rgb(33,14,76); }
div.DivClassName
{
background-color: #210E4C;
}
.BgClassName
{
background-color: #210E4C;
}
</style>
border-color css
<style>
span { border-color: #210E4C; }
span { border-color: rgb(33,14,76); }
td.TdClassName
{
border-color: #210E4C;
}
.TagClassName
{
border-color: #210E4C;
}
</style>