Shades of Violent Violet #32174D
Tints of Violent Violet #32174D
RGB
CMYK
RGB Variations
Color information
#32174D (or 0x32174D) is known color: Violent Violet. HEX triplet: 32, 17 and 4D. RGB value is (50,23,77). Sum of RGB (Red+Green+Blue) = 50+23+77=150 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.33% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #32174D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32174D is #CDE8B2. Grayscale: #252525. Windows color (decimal): -13494451 or 5052210. OLE color: 5052210.
HSL color Cylindrical-coordinate representation of color #32174D: hue angle of 270º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32174D is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 23 | 77 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.70 |
| HSL | 270º | 0.54% | 0.2% | - |
| HSV(B) | 270º | 0.7% | 0.3% | - |
| XYZ | 2.96 | 1.83 | 7.22 | - |
| YUV | 37.23 | 150.45 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 23 | 77 | 0.35 | 0.70 | 0 | 0.70 | 270 | 0.54 | 0.2 |
| Hex | 32 | 17 | 4D | 23 | 46 | 0 | 46 | 10E | 36 | 14 |
| Octal | 62 | 27 | 115 | 43 | 106 | 0 | 106 | 416 | 66 | 24 |
| Binary | 110010 | 10111 | 1001101 | 100011 | 1000110 | 0 | 1000110 | 100001110 | 110110 | 10100 |
Color Harmonies of #32174D
Complementary color
Monochromatic Colors of #32174D
Black with #32174D
Text Example
Text Example
White with #32174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32174D; }
p { color: rgb(50,23,77); }
H1.HeaderClassName
{
color: #32174D;
}
.AnyTagClassName
{
color: #32174D;
}
</style>
background-color css
<style>
a { background-color: #32174D; }
a { background-color: rgb(50,23,77); }
div.DivClassName
{
background-color: #32174D;
}
.BgClassName
{
background-color: #32174D;
}
</style>
border-color css
<style>
span { border-color: #32174D; }
span { border-color: rgb(50,23,77); }
td.TdClassName
{
border-color: #32174D;
}
.TagClassName
{
border-color: #32174D;
}
</style>