Shades of Violent Violet #150548
Tints of Violent Violet #150548
RGB
CMYK
RGB Variations
Color information
#150548 (or 0x150548) is known color: Violent Violet. HEX triplet: 15, 05 and 48. RGB value is (21,5,72). Sum of RGB (Red+Green+Blue) = 21+5+72=98 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.43% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 72 (28.52% from 255 or 73.47% from 98); Max value from RGB is 72 - color contains mainly: blue. Hex color #150548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150548 is #EAFAB7. Grayscale: #111111. Windows color (decimal): -15399608 or 4719893. OLE color: 4719893.
HSL color Cylindrical-coordinate representation of color #150548: hue angle of 254.33º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150548 is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 5 | 72 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.72 |
| HSL | 254.33º | 0.87% | 0.15% | - |
| HSV(B) | 254.33º | 0.93% | 0.28% | - |
| XYZ | 1.53 | 0.74 | 6.19 | - |
| YUV | 17.42 | 158.8 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 72 | 0.71 | 0.93 | 0 | 0.72 | 254.33 | 0.87 | 0.15 |
| Hex | 15 | 5 | 48 | 47 | 5D | 0 | 48 | FE | 57 | F |
| Octal | 25 | 5 | 110 | 107 | 135 | 0 | 110 | 376 | 127 | 17 |
| Binary | 10101 | 101 | 1001000 | 1000111 | 1011101 | 0 | 1001000 | 11111110 | 1010111 | 1111 |
Color Harmonies of #150548
Complementary color
Monochromatic Colors of #150548
Black with #150548
Text Example
Text Example
White with #150548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150548; }
p { color: rgb(21,5,72); }
H1.HeaderClassName
{
color: #150548;
}
.AnyTagClassName
{
color: #150548;
}
</style>
background-color css
<style>
a { background-color: #150548; }
a { background-color: rgb(21,5,72); }
div.DivClassName
{
background-color: #150548;
}
.BgClassName
{
background-color: #150548;
}
</style>
border-color css
<style>
span { border-color: #150548; }
span { border-color: rgb(21,5,72); }
td.TdClassName
{
border-color: #150548;
}
.TagClassName
{
border-color: #150548;
}
</style>