Shades of Violent Violet #321C52
Tints of Violent Violet #321C52
RGB
CMYK
RGB Variations
Color information
#321C52 (or 0x321C52) is known color: Violent Violet. HEX triplet: 32, 1C and 52. RGB value is (50,28,82). Sum of RGB (Red+Green+Blue) = 50+28+82=160 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.25% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 82 (32.42% from 255 or 51.25% from 160); Max value from RGB is 82 - color contains mainly: blue. Hex color #321C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #321C52 is #CDE3AD. Grayscale: #282828. Windows color (decimal): -13493166 or 5381170. OLE color: 5381170.
HSL color Cylindrical-coordinate representation of color #321C52: hue angle of 264.44º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #321C52 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 28 | 82 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.68 |
| HSL | 264.44º | 0.49% | 0.22% | - |
| HSV(B) | 264.44º | 0.66% | 0.32% | - |
| XYZ | 3.25 | 2.12 | 8.22 | - |
| YUV | 40.73 | 151.29 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 82 | 0.39 | 0.66 | 0 | 0.68 | 264.44 | 0.49 | 0.22 |
| Hex | 32 | 1C | 52 | 27 | 42 | 0 | 44 | 108 | 31 | 16 |
| Octal | 62 | 34 | 122 | 47 | 102 | 0 | 104 | 410 | 61 | 26 |
| Binary | 110010 | 11100 | 1010010 | 100111 | 1000010 | 0 | 1000100 | 100001000 | 110001 | 10110 |
Color Harmonies of #321C52
Complementary color
Monochromatic Colors of #321C52
Black with #321C52
Text Example
Text Example
White with #321C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321C52; }
p { color: rgb(50,28,82); }
H1.HeaderClassName
{
color: #321C52;
}
.AnyTagClassName
{
color: #321C52;
}
</style>
background-color css
<style>
a { background-color: #321C52; }
a { background-color: rgb(50,28,82); }
div.DivClassName
{
background-color: #321C52;
}
.BgClassName
{
background-color: #321C52;
}
</style>
border-color css
<style>
span { border-color: #321C52; }
span { border-color: rgb(50,28,82); }
td.TdClassName
{
border-color: #321C52;
}
.TagClassName
{
border-color: #321C52;
}
</style>