Shades of Violent Violet #220055
Tints of Violent Violet #220055
RGB
CMYK
RGB Variations
Color information
#220055 (or 0x220055) is known color: Violent Violet. HEX triplet: 22, 00 and 55. RGB value is (34,0,85). Sum of RGB (Red+Green+Blue) = 34+0+85=119 (15% of max value = 765). Red value is 34 (13.67% from 255 or 28.57% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 85 (33.59% from 255 or 71.43% from 119); Max value from RGB is 85 - color contains mainly: blue. Hex color #220055 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220055 is #DDFFAA. Grayscale: #131313. Windows color (decimal): -14548907 or 5570594. OLE color: 5570594.
HSL color Cylindrical-coordinate representation of color #220055: hue angle of 264º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #220055 is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 34 | 0 | 85 | - |
| CMYK | 0.60 | 1 | 0 | 0.67 |
| HSL | 264º | 1% | 0.17% | - |
| HSV(B) | 264º | 1% | 0.33% | - |
| XYZ | 2.3 | 1 | 8.67 | - |
| YUV | 19.86 | 164.76 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 0 | 85 | 0.60 | 1 | 0 | 0.67 | 264 | 1 | 0.17 |
| Hex | 22 | 0 | 55 | 3C | 64 | 0 | 43 | 108 | 64 | 11 |
| Octal | 42 | 0 | 125 | 74 | 144 | 0 | 103 | 410 | 144 | 21 |
| Binary | 100010 | 0 | 1010101 | 111100 | 1100100 | 0 | 1000011 | 100001000 | 1100100 | 10001 |
Color Harmonies of #220055
Complementary color
Monochromatic Colors of #220055
Black with #220055
Text Example
Text Example
White with #220055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220055; }
p { color: rgb(34,0,85); }
H1.HeaderClassName
{
color: #220055;
}
.AnyTagClassName
{
color: #220055;
}
</style>
background-color css
<style>
a { background-color: #220055; }
a { background-color: rgb(34,0,85); }
div.DivClassName
{
background-color: #220055;
}
.BgClassName
{
background-color: #220055;
}
</style>
border-color css
<style>
span { border-color: #220055; }
span { border-color: rgb(34,0,85); }
td.TdClassName
{
border-color: #220055;
}
.TagClassName
{
border-color: #220055;
}
</style>