Shades of Violent Violet #150347
Tints of Violent Violet #150347
RGB
CMYK
RGB Variations
Color information
#150347 (or 0x150347) is known color: Violent Violet. HEX triplet: 15, 03 and 47. RGB value is (21,3,71). Sum of RGB (Red+Green+Blue) = 21+3+71=95 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.11% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 71 (28.12% from 255 or 74.74% from 95); Max value from RGB is 71 - color contains mainly: blue. Hex color #150347 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150347 is #EAFCB8. Grayscale: #0F0F0F. Windows color (decimal): -15400121 or 4653845. OLE color: 4653845.
HSL color Cylindrical-coordinate representation of color #150347: hue angle of 255.88º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150347 is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 3 | 71 | - |
| CMYK | 0.70 | 0.96 | 0 | 0.72 |
| HSL | 255.88º | 0.92% | 0.15% | - |
| HSV(B) | 255.88º | 0.96% | 0.28% | - |
| XYZ | 1.48 | 0.68 | 6.01 | - |
| YUV | 16.13 | 158.96 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 71 | 0.70 | 0.96 | 0 | 0.72 | 255.88 | 0.92 | 0.15 |
| Hex | 15 | 3 | 47 | 46 | 60 | 0 | 48 | 100 | 5C | F |
| Octal | 25 | 3 | 107 | 106 | 140 | 0 | 110 | 400 | 134 | 17 |
| Binary | 10101 | 11 | 1000111 | 1000110 | 1100000 | 0 | 1001000 | 100000000 | 1011100 | 1111 |
Color Harmonies of #150347
Complementary color
Monochromatic Colors of #150347
Black with #150347
Text Example
Text Example
White with #150347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150347; }
p { color: rgb(21,3,71); }
H1.HeaderClassName
{
color: #150347;
}
.AnyTagClassName
{
color: #150347;
}
</style>
background-color css
<style>
a { background-color: #150347; }
a { background-color: rgb(21,3,71); }
div.DivClassName
{
background-color: #150347;
}
.BgClassName
{
background-color: #150347;
}
</style>
border-color css
<style>
span { border-color: #150347; }
span { border-color: rgb(21,3,71); }
td.TdClassName
{
border-color: #150347;
}
.TagClassName
{
border-color: #150347;
}
</style>