Shades of Violent Violet #21065A
Tints of Violent Violet #21065A
RGB
CMYK
RGB Variations
Color information
#21065A (or 0x21065A) is known color: Violent Violet. HEX triplet: 21, 06 and 5A. RGB value is (33,6,90). Sum of RGB (Red+Green+Blue) = 33+6+90=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 90 (35.55% from 255 or 69.77% from 129); Max value from RGB is 90 - color contains mainly: blue. Hex color #21065A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21065A is #DEF9A5. Grayscale: #171717. Windows color (decimal): -14612902 or 5899809. OLE color: 5899809.
HSL color Cylindrical-coordinate representation of color #21065A: hue angle of 259.29º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #21065A is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 6 | 90 | - |
| CMYK | 0.63 | 0.93 | 0 | 0.65 |
| HSL | 259.29º | 0.88% | 0.19% | - |
| HSV(B) | 259.29º | 0.93% | 0.35% | - |
| XYZ | 2.54 | 1.19 | 9.77 | - |
| YUV | 23.65 | 165.45 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 6 | 90 | 0.63 | 0.93 | 0 | 0.65 | 259.29 | 0.88 | 0.19 |
| Hex | 21 | 6 | 5A | 3F | 5D | 0 | 41 | 103 | 58 | 13 |
| Octal | 41 | 6 | 132 | 77 | 135 | 0 | 101 | 403 | 130 | 23 |
| Binary | 100001 | 110 | 1011010 | 111111 | 1011101 | 0 | 1000001 | 100000011 | 1011000 | 10011 |
Color Harmonies of #21065A
Complementary color
Monochromatic Colors of #21065A
Black with #21065A
Text Example
Text Example
White with #21065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21065A; }
p { color: rgb(33,6,90); }
H1.HeaderClassName
{
color: #21065A;
}
.AnyTagClassName
{
color: #21065A;
}
</style>
background-color css
<style>
a { background-color: #21065A; }
a { background-color: rgb(33,6,90); }
div.DivClassName
{
background-color: #21065A;
}
.BgClassName
{
background-color: #21065A;
}
</style>
border-color css
<style>
span { border-color: #21065A; }
span { border-color: rgb(33,6,90); }
td.TdClassName
{
border-color: #21065A;
}
.TagClassName
{
border-color: #21065A;
}
</style>