Shades of Violent Violet #15004D
Tints of Violent Violet #15004D
RGB
CMYK
RGB Variations
Color information
#15004D (or 0x15004D) is known color: Violent Violet. HEX triplet: 15, 00 and 4D. RGB value is (21,0,77). Sum of RGB (Red+Green+Blue) = 21+0+77=98 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.43% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 77 (30.47% from 255 or 78.57% from 98); Max value from RGB is 77 - color contains mainly: blue. Hex color #15004D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15004D is #EAFFB2. Grayscale: #0E0E0E. Windows color (decimal): -15400883 or 5046293. OLE color: 5046293.
HSL color Cylindrical-coordinate representation of color #15004D: hue angle of 256.36º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #15004D is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 0 | 77 | - |
| CMYK | 0.73 | 1 | 0 | 0.70 |
| HSL | 256.36º | 1% | 0.15% | - |
| HSV(B) | 256.36º | 1% | 0.3% | - |
| XYZ | 1.65 | 0.7 | 7.07 | - |
| YUV | 15.06 | 162.96 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 77 | 0.73 | 1 | 0 | 0.70 | 256.36 | 1 | 0.15 |
| Hex | 15 | 0 | 4D | 49 | 64 | 0 | 46 | 100 | 64 | F |
| Octal | 25 | 0 | 115 | 111 | 144 | 0 | 106 | 400 | 144 | 17 |
| Binary | 10101 | 0 | 1001101 | 1001001 | 1100100 | 0 | 1000110 | 100000000 | 1100100 | 1111 |
Color Harmonies of #15004D
Complementary color
Monochromatic Colors of #15004D
Black with #15004D
Text Example
Text Example
White with #15004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15004D; }
p { color: rgb(21,0,77); }
H1.HeaderClassName
{
color: #15004D;
}
.AnyTagClassName
{
color: #15004D;
}
</style>
background-color css
<style>
a { background-color: #15004D; }
a { background-color: rgb(21,0,77); }
div.DivClassName
{
background-color: #15004D;
}
.BgClassName
{
background-color: #15004D;
}
</style>
border-color css
<style>
span { border-color: #15004D; }
span { border-color: rgb(21,0,77); }
td.TdClassName
{
border-color: #15004D;
}
.TagClassName
{
border-color: #15004D;
}
</style>