Shades of Violent Violet #210D48
Tints of Violent Violet #210D48
RGB
CMYK
RGB Variations
Color information
#210D48 (or 0x210D48) is known color: Violent Violet. HEX triplet: 21, 0D and 48. RGB value is (33,13,72). Sum of RGB (Red+Green+Blue) = 33+13+72=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 13 (5.47% from 255 or 11.02% from 118); Blue value is 72 (28.52% from 255 or 61.02% from 118); Max value from RGB is 72 - color contains mainly: blue. Hex color #210D48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210D48 is #DEF2B7. Grayscale: #191919. Windows color (decimal): -14611128 or 4721953. OLE color: 4721953.
HSL color Cylindrical-coordinate representation of color #210D48: hue angle of 260.34º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #210D48 is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 13 | 72 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.72 |
| HSL | 260.34º | 0.69% | 0.17% | - |
| HSV(B) | 260.34º | 0.82% | 0.28% | - |
| XYZ | 1.94 | 1.08 | 6.24 | - |
| YUV | 25.71 | 154.13 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 13 | 72 | 0.54 | 0.82 | 0 | 0.72 | 260.34 | 0.69 | 0.17 |
| Hex | 21 | D | 48 | 36 | 52 | 0 | 48 | 104 | 45 | 11 |
| Octal | 41 | 15 | 110 | 66 | 122 | 0 | 110 | 404 | 105 | 21 |
| Binary | 100001 | 1101 | 1001000 | 110110 | 1010010 | 0 | 1001000 | 100000100 | 1000101 | 10001 |
Color Harmonies of #210D48
Complementary color
Monochromatic Colors of #210D48
Black with #210D48
Text Example
Text Example
White with #210D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210D48; }
p { color: rgb(33,13,72); }
H1.HeaderClassName
{
color: #210D48;
}
.AnyTagClassName
{
color: #210D48;
}
</style>
background-color css
<style>
a { background-color: #210D48; }
a { background-color: rgb(33,13,72); }
div.DivClassName
{
background-color: #210D48;
}
.BgClassName
{
background-color: #210D48;
}
</style>
border-color css
<style>
span { border-color: #210D48; }
span { border-color: rgb(33,13,72); }
td.TdClassName
{
border-color: #210D48;
}
.TagClassName
{
border-color: #210D48;
}
</style>