Shades of Violent Violet #220059
Tints of Violent Violet #220059
RGB
CMYK
RGB Variations
Color information
#220059 (or 0x220059) is known color: Violent Violet. HEX triplet: 22, 00 and 59. RGB value is (34,0,89). Sum of RGB (Red+Green+Blue) = 34+0+89=123 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.64% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 89 (35.16% from 255 or 72.36% from 123); Max value from RGB is 89 - color contains mainly: blue. Hex color #220059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220059 is #DDFFA6. Grayscale: #131313. Windows color (decimal): -14548903 or 5832738. OLE color: 5832738.
HSL color Cylindrical-coordinate representation of color #220059: hue angle of 262.92º 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 #220059 is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 34 | 0 | 89 | - |
| CMYK | 0.62 | 1 | 0 | 0.65 |
| HSL | 262.92º | 1% | 0.17% | - |
| HSV(B) | 262.92º | 1% | 0.35% | - |
| XYZ | 2.46 | 1.06 | 9.53 | - |
| YUV | 20.31 | 166.76 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 0 | 89 | 0.62 | 1 | 0 | 0.65 | 262.92 | 1 | 0.17 |
| Hex | 22 | 0 | 59 | 3E | 64 | 0 | 41 | 107 | 64 | 11 |
| Octal | 42 | 0 | 131 | 76 | 144 | 0 | 101 | 407 | 144 | 21 |
| Binary | 100010 | 0 | 1011001 | 111110 | 1100100 | 0 | 1000001 | 100000111 | 1100100 | 10001 |
Color Harmonies of #220059
Complementary color
Monochromatic Colors of #220059
Black with #220059
Text Example
Text Example
White with #220059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220059; }
p { color: rgb(34,0,89); }
H1.HeaderClassName
{
color: #220059;
}
.AnyTagClassName
{
color: #220059;
}
</style>
background-color css
<style>
a { background-color: #220059; }
a { background-color: rgb(34,0,89); }
div.DivClassName
{
background-color: #220059;
}
.BgClassName
{
background-color: #220059;
}
</style>
border-color css
<style>
span { border-color: #220059; }
span { border-color: rgb(34,0,89); }
td.TdClassName
{
border-color: #220059;
}
.TagClassName
{
border-color: #220059;
}
</style>