Shades of Violent Violet #37254E
Tints of Violent Violet #37254E
RGB
CMYK
RGB Variations
Color information
#37254E (or 0x37254E) is known color: Violent Violet. HEX triplet: 37, 25 and 4E. RGB value is (55,37,78). Sum of RGB (Red+Green+Blue) = 55+37+78=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 78 (30.86% from 255 or 45.88% from 170); Max value from RGB is 78 - color contains mainly: blue. Hex color #37254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37254E is #C8DAB1. Grayscale: #2E2E2E. Windows color (decimal): -13163186 or 5121335. OLE color: 5121335.
HSL color Cylindrical-coordinate representation of color #37254E: hue angle of 266.34º 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 #37254E is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 37 | 78 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.69 |
| HSL | 266.34º | 0.36% | 0.23% | - |
| HSV(B) | 266.34º | 0.53% | 0.31% | - |
| XYZ | 3.61 | 2.69 | 7.54 | - |
| YUV | 47.06 | 145.46 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 37 | 78 | 0.29 | 0.53 | 0 | 0.69 | 266.34 | 0.36 | 0.23 |
| Hex | 37 | 25 | 4E | 1D | 35 | 0 | 45 | 10A | 24 | 17 |
| Octal | 67 | 45 | 116 | 35 | 65 | 0 | 105 | 412 | 44 | 27 |
| Binary | 110111 | 100101 | 1001110 | 11101 | 110101 | 0 | 1000101 | 100001010 | 100100 | 10111 |
Color Harmonies of #37254E
Complementary color
Monochromatic Colors of #37254E
Black with #37254E
Text Example
Text Example
White with #37254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37254E; }
p { color: rgb(55,37,78); }
H1.HeaderClassName
{
color: #37254E;
}
.AnyTagClassName
{
color: #37254E;
}
</style>
background-color css
<style>
a { background-color: #37254E; }
a { background-color: rgb(55,37,78); }
div.DivClassName
{
background-color: #37254E;
}
.BgClassName
{
background-color: #37254E;
}
</style>
border-color css
<style>
span { border-color: #37254E; }
span { border-color: rgb(55,37,78); }
td.TdClassName
{
border-color: #37254E;
}
.TagClassName
{
border-color: #37254E;
}
</style>