Shades of Violent Violet #37254F
Tints of Violent Violet #37254F
RGB
CMYK
RGB Variations
Color information
#37254F (or 0x37254F) is known color: Violent Violet. HEX triplet: 37, 25 and 4F. RGB value is (55,37,79). Sum of RGB (Red+Green+Blue) = 55+37+79=171 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.16% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 79 (31.25% from 255 or 46.20% from 171); Max value from RGB is 79 - color contains mainly: blue. Hex color #37254F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37254F is #C8DAB0. Grayscale: #2F2F2F. Windows color (decimal): -13163185 or 5186871. OLE color: 5186871.
HSL color Cylindrical-coordinate representation of color #37254F: hue angle of 265.71º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #37254F is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 37 | 79 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.69 |
| HSL | 265.71º | 0.36% | 0.23% | - |
| HSV(B) | 265.71º | 0.53% | 0.31% | - |
| XYZ | 3.65 | 2.7 | 7.73 | - |
| YUV | 47.17 | 145.96 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 37 | 79 | 0.30 | 0.53 | 0 | 0.69 | 265.71 | 0.36 | 0.23 |
| Hex | 37 | 25 | 4F | 1E | 35 | 0 | 45 | 10A | 24 | 17 |
| Octal | 67 | 45 | 117 | 36 | 65 | 0 | 105 | 412 | 44 | 27 |
| Binary | 110111 | 100101 | 1001111 | 11110 | 110101 | 0 | 1000101 | 100001010 | 100100 | 10111 |
Color Harmonies of #37254F
Complementary color
Monochromatic Colors of #37254F
Black with #37254F
Text Example
Text Example
White with #37254F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37254F; }
p { color: rgb(55,37,79); }
H1.HeaderClassName
{
color: #37254F;
}
.AnyTagClassName
{
color: #37254F;
}
</style>
background-color css
<style>
a { background-color: #37254F; }
a { background-color: rgb(55,37,79); }
div.DivClassName
{
background-color: #37254F;
}
.BgClassName
{
background-color: #37254F;
}
</style>
border-color css
<style>
span { border-color: #37254F; }
span { border-color: rgb(55,37,79); }
td.TdClassName
{
border-color: #37254F;
}
.TagClassName
{
border-color: #37254F;
}
</style>