Shades of Violent Violet #2E1553
Tints of Violent Violet #2E1553
RGB
CMYK
RGB Variations
Color information
#2E1553 (or 0x2E1553) is known color: Violent Violet. HEX triplet: 2E, 15 and 53. RGB value is (46,21,83). Sum of RGB (Red+Green+Blue) = 46+21+83=150 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.67% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 83 (32.81% from 255 or 55.33% from 150); Max value from RGB is 83 - color contains mainly: blue. Hex color #2E1553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1553 is #D1EAAC. Grayscale: #232323. Windows color (decimal): -13757101 or 5444910. OLE color: 5444910.
HSL color Cylindrical-coordinate representation of color #2E1553: hue angle of 264.19º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E1553 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 21 | 83 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.67 |
| HSL | 264.19º | 0.6% | 0.2% | - |
| HSV(B) | 264.19º | 0.75% | 0.33% | - |
| XYZ | 2.96 | 1.74 | 8.36 | - |
| YUV | 35.54 | 154.78 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 21 | 83 | 0.45 | 0.75 | 0 | 0.67 | 264.19 | 0.6 | 0.2 |
| Hex | 2E | 15 | 53 | 2D | 4B | 0 | 43 | 108 | 3C | 14 |
| Octal | 56 | 25 | 123 | 55 | 113 | 0 | 103 | 410 | 74 | 24 |
| Binary | 101110 | 10101 | 1010011 | 101101 | 1001011 | 0 | 1000011 | 100001000 | 111100 | 10100 |
Color Harmonies of #2E1553
Complementary color
Monochromatic Colors of #2E1553
Black with #2E1553
Text Example
Text Example
White with #2E1553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1553; }
p { color: rgb(46,21,83); }
H1.HeaderClassName
{
color: #2E1553;
}
.AnyTagClassName
{
color: #2E1553;
}
</style>
background-color css
<style>
a { background-color: #2E1553; }
a { background-color: rgb(46,21,83); }
div.DivClassName
{
background-color: #2E1553;
}
.BgClassName
{
background-color: #2E1553;
}
</style>
border-color css
<style>
span { border-color: #2E1553; }
span { border-color: rgb(46,21,83); }
td.TdClassName
{
border-color: #2E1553;
}
.TagClassName
{
border-color: #2E1553;
}
</style>