Shades of Violent Violet #15014F
Tints of Violent Violet #15014F
RGB
CMYK
RGB Variations
Color information
#15014F (or 0x15014F) is known color: Violent Violet. HEX triplet: 15, 01 and 4F. RGB value is (21,1,79). Sum of RGB (Red+Green+Blue) = 21+1+79=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 79 (31.25% from 255 or 78.22% from 101); Max value from RGB is 79 - color contains mainly: blue. Hex color #15014F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15014F is #EAFEB0. Grayscale: #0F0F0F. Windows color (decimal): -15400625 or 5177621. OLE color: 5177621.
HSL color Cylindrical-coordinate representation of color #15014F: hue angle of 255.38º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #15014F is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 1 | 79 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.69 |
| HSL | 255.38º | 0.98% | 0.16% | - |
| HSV(B) | 255.38º | 0.99% | 0.31% | - |
| XYZ | 1.73 | 0.75 | 7.45 | - |
| YUV | 15.87 | 163.63 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 79 | 0.73 | 0.99 | 0 | 0.69 | 255.38 | 0.98 | 0.16 |
| Hex | 15 | 1 | 4F | 49 | 63 | 0 | 45 | FF | 62 | 10 |
| Octal | 25 | 1 | 117 | 111 | 143 | 0 | 105 | 377 | 142 | 20 |
| Binary | 10101 | 1 | 1001111 | 1001001 | 1100011 | 0 | 1000101 | 11111111 | 1100010 | 10000 |
Color Harmonies of #15014F
Complementary color
Monochromatic Colors of #15014F
Black with #15014F
Text Example
Text Example
White with #15014F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15014F; }
p { color: rgb(21,1,79); }
H1.HeaderClassName
{
color: #15014F;
}
.AnyTagClassName
{
color: #15014F;
}
</style>
background-color css
<style>
a { background-color: #15014F; }
a { background-color: rgb(21,1,79); }
div.DivClassName
{
background-color: #15014F;
}
.BgClassName
{
background-color: #15014F;
}
</style>
border-color css
<style>
span { border-color: #15014F; }
span { border-color: rgb(21,1,79); }
td.TdClassName
{
border-color: #15014F;
}
.TagClassName
{
border-color: #15014F;
}
</style>