Shades of Violent Violet #220C59
Tints of Violent Violet #220C59
RGB
CMYK
RGB Variations
Color information
#220C59 (or 0x220C59) is known color: Violent Violet. HEX triplet: 22, 0C and 59. RGB value is (34,12,89). Sum of RGB (Red+Green+Blue) = 34+12+89=135 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.19% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 89 (35.16% from 255 or 65.93% from 135); Max value from RGB is 89 - color contains mainly: blue. Hex color #220C59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220C59 is #DDF3A6. Grayscale: #1B1B1B. Windows color (decimal): -14545831 or 5835810. OLE color: 5835810.
HSL color Cylindrical-coordinate representation of color #220C59: hue angle of 257.14º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #220C59 is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 34 | 12 | 89 | - |
| CMYK | 0.62 | 0.87 | 0 | 0.65 |
| HSL | 257.14º | 0.76% | 0.2% | - |
| HSV(B) | 257.14º | 0.87% | 0.35% | - |
| XYZ | 2.59 | 1.32 | 9.57 | - |
| YUV | 27.36 | 162.79 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 12 | 89 | 0.62 | 0.87 | 0 | 0.65 | 257.14 | 0.76 | 0.2 |
| Hex | 22 | C | 59 | 3E | 57 | 0 | 41 | 101 | 4C | 14 |
| Octal | 42 | 14 | 131 | 76 | 127 | 0 | 101 | 401 | 114 | 24 |
| Binary | 100010 | 1100 | 1011001 | 111110 | 1010111 | 0 | 1000001 | 100000001 | 1001100 | 10100 |
Color Harmonies of #220C59
Complementary color
Monochromatic Colors of #220C59
Black with #220C59
Text Example
Text Example
White with #220C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220C59; }
p { color: rgb(34,12,89); }
H1.HeaderClassName
{
color: #220C59;
}
.AnyTagClassName
{
color: #220C59;
}
</style>
background-color css
<style>
a { background-color: #220C59; }
a { background-color: rgb(34,12,89); }
div.DivClassName
{
background-color: #220C59;
}
.BgClassName
{
background-color: #220C59;
}
</style>
border-color css
<style>
span { border-color: #220C59; }
span { border-color: rgb(34,12,89); }
td.TdClassName
{
border-color: #220C59;
}
.TagClassName
{
border-color: #220C59;
}
</style>