Shades of Violent Violet #210058
Tints of Violent Violet #210058
RGB
CMYK
RGB Variations
Color information
#210058 (or 0x210058) is known color: Violent Violet. HEX triplet: 21, 00 and 58. RGB value is (33,0,88). Sum of RGB (Red+Green+Blue) = 33+0+88=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 88 (34.77% from 255 or 72.73% from 121); Max value from RGB is 88 - color contains mainly: blue. Hex color #210058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210058 is #DEFFA7. Grayscale: #131313. Windows color (decimal): -14614440 or 5767201. OLE color: 5767201.
HSL color Cylindrical-coordinate representation of color #210058: hue angle of 262.5º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #210058 is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 0 | 88 | - |
| CMYK | 0.62 | 1 | 0 | 0.65 |
| HSL | 262.5º | 1% | 0.17% | - |
| HSV(B) | 262.5º | 1% | 0.35% | - |
| XYZ | 2.39 | 1.03 | 9.31 | - |
| YUV | 19.9 | 166.43 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 88 | 0.62 | 1 | 0 | 0.65 | 262.5 | 1 | 0.17 |
| Hex | 21 | 0 | 58 | 3E | 64 | 0 | 41 | 106 | 64 | 11 |
| Octal | 41 | 0 | 130 | 76 | 144 | 0 | 101 | 406 | 144 | 21 |
| Binary | 100001 | 0 | 1011000 | 111110 | 1100100 | 0 | 1000001 | 100000110 | 1100100 | 10001 |
Color Harmonies of #210058
Complementary color
Monochromatic Colors of #210058
Black with #210058
Text Example
Text Example
White with #210058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210058; }
p { color: rgb(33,0,88); }
H1.HeaderClassName
{
color: #210058;
}
.AnyTagClassName
{
color: #210058;
}
</style>
background-color css
<style>
a { background-color: #210058; }
a { background-color: rgb(33,0,88); }
div.DivClassName
{
background-color: #210058;
}
.BgClassName
{
background-color: #210058;
}
</style>
border-color css
<style>
span { border-color: #210058; }
span { border-color: rgb(33,0,88); }
td.TdClassName
{
border-color: #210058;
}
.TagClassName
{
border-color: #210058;
}
</style>