Shades of Violent Violet #150647
Tints of Violent Violet #150647
RGB
CMYK
RGB Variations
Color information
#150647 (or 0x150647) is known color: Violent Violet. HEX triplet: 15, 06 and 47. RGB value is (21,6,71). Sum of RGB (Red+Green+Blue) = 21+6+71=98 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.43% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 71 (28.12% from 255 or 72.45% from 98); Max value from RGB is 71 - color contains mainly: blue. Hex color #150647 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150647 is #EAF9B8. Grayscale: #111111. Windows color (decimal): -15399353 or 4654613. OLE color: 4654613.
HSL color Cylindrical-coordinate representation of color #150647: hue angle of 253.85º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #150647 is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 6 | 71 | - |
| CMYK | 0.70 | 0.92 | 0 | 0.72 |
| HSL | 253.85º | 0.84% | 0.15% | - |
| HSV(B) | 253.85º | 0.92% | 0.28% | - |
| XYZ | 1.51 | 0.74 | 6.03 | - |
| YUV | 17.9 | 157.97 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 6 | 71 | 0.70 | 0.92 | 0 | 0.72 | 253.85 | 0.84 | 0.15 |
| Hex | 15 | 6 | 47 | 46 | 5C | 0 | 48 | FE | 54 | F |
| Octal | 25 | 6 | 107 | 106 | 134 | 0 | 110 | 376 | 124 | 17 |
| Binary | 10101 | 110 | 1000111 | 1000110 | 1011100 | 0 | 1001000 | 11111110 | 1010100 | 1111 |
Color Harmonies of #150647
Complementary color
Monochromatic Colors of #150647
Black with #150647
Text Example
Text Example
White with #150647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150647; }
p { color: rgb(21,6,71); }
H1.HeaderClassName
{
color: #150647;
}
.AnyTagClassName
{
color: #150647;
}
</style>
background-color css
<style>
a { background-color: #150647; }
a { background-color: rgb(21,6,71); }
div.DivClassName
{
background-color: #150647;
}
.BgClassName
{
background-color: #150647;
}
</style>
border-color css
<style>
span { border-color: #150647; }
span { border-color: rgb(21,6,71); }
td.TdClassName
{
border-color: #150647;
}
.TagClassName
{
border-color: #150647;
}
</style>