Shades of Violent Violet #15014B
Tints of Violent Violet #15014B
RGB
CMYK
RGB Variations
Color information
#15014B (or 0x15014B) is known color: Violent Violet. HEX triplet: 15, 01 and 4B. RGB value is (21,1,75). Sum of RGB (Red+Green+Blue) = 21+1+75=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 75 (29.69% from 255 or 77.32% from 97); Max value from RGB is 75 - color contains mainly: blue. Hex color #15014B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15014B is #EAFEB4. Grayscale: #0F0F0F. Windows color (decimal): -15400629 or 4915477. OLE color: 4915477.
HSL color Cylindrical-coordinate representation of color #15014B: hue angle of 256.22º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #15014B is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 1 | 75 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.71 |
| HSL | 256.22º | 0.97% | 0.15% | - |
| HSV(B) | 256.22º | 0.99% | 0.29% | - |
| XYZ | 1.59 | 0.69 | 6.71 | - |
| YUV | 15.42 | 161.63 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 75 | 0.72 | 0.99 | 0 | 0.71 | 256.22 | 0.97 | 0.15 |
| Hex | 15 | 1 | 4B | 48 | 63 | 0 | 47 | 100 | 61 | F |
| Octal | 25 | 1 | 113 | 110 | 143 | 0 | 107 | 400 | 141 | 17 |
| Binary | 10101 | 1 | 1001011 | 1001000 | 1100011 | 0 | 1000111 | 100000000 | 1100001 | 1111 |
Color Harmonies of #15014B
Complementary color
Monochromatic Colors of #15014B
Black with #15014B
Text Example
Text Example
White with #15014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15014B; }
p { color: rgb(21,1,75); }
H1.HeaderClassName
{
color: #15014B;
}
.AnyTagClassName
{
color: #15014B;
}
</style>
background-color css
<style>
a { background-color: #15014B; }
a { background-color: rgb(21,1,75); }
div.DivClassName
{
background-color: #15014B;
}
.BgClassName
{
background-color: #15014B;
}
</style>
border-color css
<style>
span { border-color: #15014B; }
span { border-color: rgb(21,1,75); }
td.TdClassName
{
border-color: #15014B;
}
.TagClassName
{
border-color: #15014B;
}
</style>