Shades of Violent Violet #342247
Tints of Violent Violet #342247
RGB
CMYK
RGB Variations
Color information
#342247 (or 0x342247) is known color: Violent Violet. HEX triplet: 34, 22 and 47. RGB value is (52,34,71). Sum of RGB (Red+Green+Blue) = 52+34+71=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 71 (28.12% from 255 or 45.22% from 157); Max value from RGB is 71 - color contains mainly: blue. Hex color #342247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342247 is #CBDDB8. Grayscale: #2B2B2B. Windows color (decimal): -13360569 or 4661812. OLE color: 4661812.
HSL color Cylindrical-coordinate representation of color #342247: hue angle of 269.19º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #342247 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 52 | 34 | 71 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.72 |
| HSL | 269.19º | 0.35% | 0.21% | - |
| HSV(B) | 269.19º | 0.52% | 0.28% | - |
| XYZ | 3.13 | 2.33 | 6.25 | - |
| YUV | 43.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 34 | 71 | 0.27 | 0.52 | 0 | 0.72 | 269.19 | 0.35 | 0.21 |
| Hex | 34 | 22 | 47 | 1B | 34 | 0 | 48 | 10D | 23 | 15 |
| Octal | 64 | 42 | 107 | 33 | 64 | 0 | 110 | 415 | 43 | 25 |
| Binary | 110100 | 100010 | 1000111 | 11011 | 110100 | 0 | 1001000 | 100001101 | 100011 | 10101 |
Color Harmonies of #342247
Complementary color
Monochromatic Colors of #342247
Black with #342247
Text Example
Text Example
White with #342247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342247; }
p { color: rgb(52,34,71); }
H1.HeaderClassName
{
color: #342247;
}
.AnyTagClassName
{
color: #342247;
}
</style>
background-color css
<style>
a { background-color: #342247; }
a { background-color: rgb(52,34,71); }
div.DivClassName
{
background-color: #342247;
}
.BgClassName
{
background-color: #342247;
}
</style>
border-color css
<style>
span { border-color: #342247; }
span { border-color: rgb(52,34,71); }
td.TdClassName
{
border-color: #342247;
}
.TagClassName
{
border-color: #342247;
}
</style>