Shades of Violent Violet #34214B
Tints of Violent Violet #34214B
RGB
CMYK
RGB Variations
Color information
#34214B (or 0x34214B) is known color: Violent Violet. HEX triplet: 34, 21 and 4B. RGB value is (52,33,75). Sum of RGB (Red+Green+Blue) = 52+33+75=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 75 (29.69% from 255 or 46.88% from 160); Max value from RGB is 75 - color contains mainly: blue. Hex color #34214B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34214B is #CBDEB4. Grayscale: #2B2B2B. Windows color (decimal): -13360821 or 4923700. OLE color: 4923700.
HSL color Cylindrical-coordinate representation of color #34214B: hue angle of 267.14º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34214B is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 33 | 75 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.71 |
| HSL | 267.14º | 0.39% | 0.21% | - |
| HSV(B) | 267.14º | 0.56% | 0.29% | - |
| XYZ | 3.23 | 2.33 | 6.94 | - |
| YUV | 43.47 | 145.79 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 33 | 75 | 0.31 | 0.56 | 0 | 0.71 | 267.14 | 0.39 | 0.21 |
| Hex | 34 | 21 | 4B | 1F | 38 | 0 | 47 | 10B | 27 | 15 |
| Octal | 64 | 41 | 113 | 37 | 70 | 0 | 107 | 413 | 47 | 25 |
| Binary | 110100 | 100001 | 1001011 | 11111 | 111000 | 0 | 1000111 | 100001011 | 100111 | 10101 |
Color Harmonies of #34214B
Complementary color
Monochromatic Colors of #34214B
Black with #34214B
Text Example
Text Example
White with #34214B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34214B; }
p { color: rgb(52,33,75); }
H1.HeaderClassName
{
color: #34214B;
}
.AnyTagClassName
{
color: #34214B;
}
</style>
background-color css
<style>
a { background-color: #34214B; }
a { background-color: rgb(52,33,75); }
div.DivClassName
{
background-color: #34214B;
}
.BgClassName
{
background-color: #34214B;
}
</style>
border-color css
<style>
span { border-color: #34214B; }
span { border-color: rgb(52,33,75); }
td.TdClassName
{
border-color: #34214B;
}
.TagClassName
{
border-color: #34214B;
}
</style>