Shades of Violent Violet #341650
Tints of Violent Violet #341650
RGB
CMYK
RGB Variations
Color information
#341650 (or 0x341650) is known color: Violent Violet. HEX triplet: 34, 16 and 50. RGB value is (52,22,80). Sum of RGB (Red+Green+Blue) = 52+22+80=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 80 (31.64% from 255 or 51.95% from 154); Max value from RGB is 80 - color contains mainly: blue. Hex color #341650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341650 is #CBE9AF. Grayscale: #252525. Windows color (decimal): -13363632 or 5248564. OLE color: 5248564.
HSL color Cylindrical-coordinate representation of color #341650: hue angle of 271.03º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #341650 is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 22 | 80 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.69 |
| HSL | 271.03º | 0.57% | 0.2% | - |
| HSV(B) | 271.03º | 0.73% | 0.31% | - |
| XYZ | 3.15 | 1.88 | 7.79 | - |
| YUV | 37.58 | 151.94 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 22 | 80 | 0.35 | 0.72 | 0 | 0.69 | 271.03 | 0.57 | 0.2 |
| Hex | 34 | 16 | 50 | 23 | 48 | 0 | 45 | 10F | 39 | 14 |
| Octal | 64 | 26 | 120 | 43 | 110 | 0 | 105 | 417 | 71 | 24 |
| Binary | 110100 | 10110 | 1010000 | 100011 | 1001000 | 0 | 1000101 | 100001111 | 111001 | 10100 |
Color Harmonies of #341650
Complementary color
Monochromatic Colors of #341650
Black with #341650
Text Example
Text Example
White with #341650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341650; }
p { color: rgb(52,22,80); }
H1.HeaderClassName
{
color: #341650;
}
.AnyTagClassName
{
color: #341650;
}
</style>
background-color css
<style>
a { background-color: #341650; }
a { background-color: rgb(52,22,80); }
div.DivClassName
{
background-color: #341650;
}
.BgClassName
{
background-color: #341650;
}
</style>
border-color css
<style>
span { border-color: #341650; }
span { border-color: rgb(52,22,80); }
td.TdClassName
{
border-color: #341650;
}
.TagClassName
{
border-color: #341650;
}
</style>