Shades of Violent Violet #33194D
Tints of Violent Violet #33194D
RGB
CMYK
RGB Variations
Color information
#33194D (or 0x33194D) is known color: Violent Violet. HEX triplet: 33, 19 and 4D. RGB value is (51,25,77). Sum of RGB (Red+Green+Blue) = 51+25+77=153 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.33% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 77 (30.47% from 255 or 50.33% from 153); Max value from RGB is 77 - color contains mainly: blue. Hex color #33194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33194D is #CCE6B2. Grayscale: #262626. Windows color (decimal): -13428403 or 5052723. OLE color: 5052723.
HSL color Cylindrical-coordinate representation of color #33194D: hue angle of 270º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33194D is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 25 | 77 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.70 |
| HSL | 270º | 0.51% | 0.2% | - |
| HSV(B) | 270º | 0.68% | 0.3% | - |
| XYZ | 3.05 | 1.93 | 7.23 | - |
| YUV | 38.7 | 149.61 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 25 | 77 | 0.34 | 0.68 | 0 | 0.70 | 270 | 0.51 | 0.2 |
| Hex | 33 | 19 | 4D | 22 | 44 | 0 | 46 | 10E | 33 | 14 |
| Octal | 63 | 31 | 115 | 42 | 104 | 0 | 106 | 416 | 63 | 24 |
| Binary | 110011 | 11001 | 1001101 | 100010 | 1000100 | 0 | 1000110 | 100001110 | 110011 | 10100 |
Color Harmonies of #33194D
Complementary color
Monochromatic Colors of #33194D
Black with #33194D
Text Example
Text Example
White with #33194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33194D; }
p { color: rgb(51,25,77); }
H1.HeaderClassName
{
color: #33194D;
}
.AnyTagClassName
{
color: #33194D;
}
</style>
background-color css
<style>
a { background-color: #33194D; }
a { background-color: rgb(51,25,77); }
div.DivClassName
{
background-color: #33194D;
}
.BgClassName
{
background-color: #33194D;
}
</style>
border-color css
<style>
span { border-color: #33194D; }
span { border-color: rgb(51,25,77); }
td.TdClassName
{
border-color: #33194D;
}
.TagClassName
{
border-color: #33194D;
}
</style>