Shades of Violent Violet #210D55
Tints of Violent Violet #210D55
RGB
CMYK
RGB Variations
Color information
#210D55 (or 0x210D55) is known color: Violent Violet. HEX triplet: 21, 0D and 55. RGB value is (33,13,85). Sum of RGB (Red+Green+Blue) = 33+13+85=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 13 (5.47% from 255 or 9.92% from 131); Blue value is 85 (33.59% from 255 or 64.89% from 131); Max value from RGB is 85 - color contains mainly: blue. Hex color #210D55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210D55 is #DEF2AA. Grayscale: #1A1A1A. Windows color (decimal): -14611115 or 5573921. OLE color: 5573921.
HSL color Cylindrical-coordinate representation of color #210D55: hue angle of 256.67º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #210D55 is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 13 | 85 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.67 |
| HSL | 256.67º | 0.73% | 0.19% | - |
| HSV(B) | 256.67º | 0.85% | 0.33% | - |
| XYZ | 2.41 | 1.27 | 8.71 | - |
| YUV | 27.19 | 160.63 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 13 | 85 | 0.61 | 0.85 | 0 | 0.67 | 256.67 | 0.73 | 0.19 |
| Hex | 21 | D | 55 | 3D | 55 | 0 | 43 | 101 | 49 | 13 |
| Octal | 41 | 15 | 125 | 75 | 125 | 0 | 103 | 401 | 111 | 23 |
| Binary | 100001 | 1101 | 1010101 | 111101 | 1010101 | 0 | 1000011 | 100000001 | 1001001 | 10011 |
Color Harmonies of #210D55
Complementary color
Monochromatic Colors of #210D55
Black with #210D55
Text Example
Text Example
White with #210D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210D55; }
p { color: rgb(33,13,85); }
H1.HeaderClassName
{
color: #210D55;
}
.AnyTagClassName
{
color: #210D55;
}
</style>
background-color css
<style>
a { background-color: #210D55; }
a { background-color: rgb(33,13,85); }
div.DivClassName
{
background-color: #210D55;
}
.BgClassName
{
background-color: #210D55;
}
</style>
border-color css
<style>
span { border-color: #210D55; }
span { border-color: rgb(33,13,85); }
td.TdClassName
{
border-color: #210D55;
}
.TagClassName
{
border-color: #210D55;
}
</style>