Shades of Violent Violet #15034A
Tints of Violent Violet #15034A
RGB
CMYK
RGB Variations
Color information
#15034A (or 0x15034A) is known color: Violent Violet. HEX triplet: 15, 03 and 4A. RGB value is (21,3,74). Sum of RGB (Red+Green+Blue) = 21+3+74=98 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.43% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 74 (29.30% from 255 or 75.51% from 98); Max value from RGB is 74 - color contains mainly: blue. Hex color #15034A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15034A is #EAFCB5. Grayscale: #101010. Windows color (decimal): -15400118 or 4850453. OLE color: 4850453.
HSL color Cylindrical-coordinate representation of color #15034A: hue angle of 255.21º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #15034A is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 3 | 74 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.71 |
| HSL | 255.21º | 0.92% | 0.15% | - |
| HSV(B) | 255.21º | 0.96% | 0.29% | - |
| XYZ | 1.58 | 0.72 | 6.53 | - |
| YUV | 16.48 | 160.46 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 74 | 0.72 | 0.96 | 0 | 0.71 | 255.21 | 0.92 | 0.15 |
| Hex | 15 | 3 | 4A | 48 | 60 | 0 | 47 | FF | 5C | F |
| Octal | 25 | 3 | 112 | 110 | 140 | 0 | 107 | 377 | 134 | 17 |
| Binary | 10101 | 11 | 1001010 | 1001000 | 1100000 | 0 | 1000111 | 11111111 | 1011100 | 1111 |
Color Harmonies of #15034A
Complementary color
Monochromatic Colors of #15034A
Black with #15034A
Text Example
Text Example
White with #15034A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15034A; }
p { color: rgb(21,3,74); }
H1.HeaderClassName
{
color: #15034A;
}
.AnyTagClassName
{
color: #15034A;
}
</style>
background-color css
<style>
a { background-color: #15034A; }
a { background-color: rgb(21,3,74); }
div.DivClassName
{
background-color: #15034A;
}
.BgClassName
{
background-color: #15034A;
}
</style>
border-color css
<style>
span { border-color: #15034A; }
span { border-color: rgb(21,3,74); }
td.TdClassName
{
border-color: #15034A;
}
.TagClassName
{
border-color: #15034A;
}
</style>