Shades of Violent Violet #37274C
Tints of Violent Violet #37274C
RGB
CMYK
RGB Variations
Color information
#37274C (or 0x37274C) is known color: Violent Violet. HEX triplet: 37, 27 and 4C. RGB value is (55,39,76). Sum of RGB (Red+Green+Blue) = 55+39+76=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 76 (30.08% from 255 or 44.71% from 170); Max value from RGB is 76 - color contains mainly: blue. Hex color #37274C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37274C is #C8D8B3. Grayscale: #2F2F2F. Windows color (decimal): -13162676 or 4990775. OLE color: 4990775.
HSL color Cylindrical-coordinate representation of color #37274C: hue angle of 265.95º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #37274C is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 39 | 76 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.70 |
| HSL | 265.95º | 0.32% | 0.23% | - |
| HSV(B) | 265.95º | 0.49% | 0.3% | - |
| XYZ | 3.61 | 2.79 | 7.19 | - |
| YUV | 48 | 143.8 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 39 | 76 | 0.28 | 0.49 | 0 | 0.70 | 265.95 | 0.32 | 0.23 |
| Hex | 37 | 27 | 4C | 1C | 31 | 0 | 46 | 10A | 20 | 17 |
| Octal | 67 | 47 | 114 | 34 | 61 | 0 | 106 | 412 | 40 | 27 |
| Binary | 110111 | 100111 | 1001100 | 11100 | 110001 | 0 | 1000110 | 100001010 | 100000 | 10111 |
Color Harmonies of #37274C
Complementary color
Monochromatic Colors of #37274C
Black with #37274C
Text Example
Text Example
White with #37274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37274C; }
p { color: rgb(55,39,76); }
H1.HeaderClassName
{
color: #37274C;
}
.AnyTagClassName
{
color: #37274C;
}
</style>
background-color css
<style>
a { background-color: #37274C; }
a { background-color: rgb(55,39,76); }
div.DivClassName
{
background-color: #37274C;
}
.BgClassName
{
background-color: #37274C;
}
</style>
border-color css
<style>
span { border-color: #37274C; }
span { border-color: rgb(55,39,76); }
td.TdClassName
{
border-color: #37274C;
}
.TagClassName
{
border-color: #37274C;
}
</style>