Shades of Violent Violet #220053
Tints of Violent Violet #220053
RGB
CMYK
RGB Variations
Color information
#220053 (or 0x220053) is known color: Violent Violet. HEX triplet: 22, 00 and 53. RGB value is (34,0,83). Sum of RGB (Red+Green+Blue) = 34+0+83=117 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.06% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 83 (32.81% from 255 or 70.94% from 117); Max value from RGB is 83 - color contains mainly: blue. Hex color #220053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220053 is #DDFFAC. Grayscale: #131313. Windows color (decimal): -14548909 or 5439522. OLE color: 5439522.
HSL color Cylindrical-coordinate representation of color #220053: hue angle of 264.58º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #220053 is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 34 | 0 | 83 | - |
| CMYK | 0.59 | 1 | 0 | 0.67 |
| HSL | 264.58º | 1% | 0.16% | - |
| HSV(B) | 264.58º | 1% | 0.33% | - |
| XYZ | 2.22 | 0.96 | 8.25 | - |
| YUV | 19.63 | 163.76 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 0 | 83 | 0.59 | 1 | 0 | 0.67 | 264.58 | 1 | 0.16 |
| Hex | 22 | 0 | 53 | 3B | 64 | 0 | 43 | 109 | 64 | 10 |
| Octal | 42 | 0 | 123 | 73 | 144 | 0 | 103 | 411 | 144 | 20 |
| Binary | 100010 | 0 | 1010011 | 111011 | 1100100 | 0 | 1000011 | 100001001 | 1100100 | 10000 |
Color Harmonies of #220053
Complementary color
Monochromatic Colors of #220053
Black with #220053
Text Example
Text Example
White with #220053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220053; }
p { color: rgb(34,0,83); }
H1.HeaderClassName
{
color: #220053;
}
.AnyTagClassName
{
color: #220053;
}
</style>
background-color css
<style>
a { background-color: #220053; }
a { background-color: rgb(34,0,83); }
div.DivClassName
{
background-color: #220053;
}
.BgClassName
{
background-color: #220053;
}
</style>
border-color css
<style>
span { border-color: #220053; }
span { border-color: rgb(34,0,83); }
td.TdClassName
{
border-color: #220053;
}
.TagClassName
{
border-color: #220053;
}
</style>