Shades of Violent Violet #150744
Tints of Violent Violet #150744
RGB
CMYK
RGB Variations
Color information
#150744 (or 0x150744) is known color: Violent Violet. HEX triplet: 15, 07 and 44. RGB value is (21,7,68). Sum of RGB (Red+Green+Blue) = 21+7+68=96 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.88% from 96); Green value is 7 (3.12% from 255 or 7.29% from 96); Blue value is 68 (26.95% from 255 or 70.83% from 96); Max value from RGB is 68 - color contains mainly: blue. Hex color #150744 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150744 is #EAF8BB. Grayscale: #111111. Windows color (decimal): -15399100 or 4458261. OLE color: 4458261.
HSL color Cylindrical-coordinate representation of color #150744: hue angle of 253.77º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150744 is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 7 | 68 | - |
| CMYK | 0.69 | 0.90 | 0 | 0.73 |
| HSL | 253.77º | 0.81% | 0.15% | - |
| HSV(B) | 253.77º | 0.9% | 0.27% | - |
| XYZ | 1.43 | 0.73 | 5.53 | - |
| YUV | 18.14 | 156.14 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 7 | 68 | 0.69 | 0.90 | 0 | 0.73 | 253.77 | 0.81 | 0.15 |
| Hex | 15 | 7 | 44 | 45 | 5A | 0 | 49 | FE | 51 | F |
| Octal | 25 | 7 | 104 | 105 | 132 | 0 | 111 | 376 | 121 | 17 |
| Binary | 10101 | 111 | 1000100 | 1000101 | 1011010 | 0 | 1001001 | 11111110 | 1010001 | 1111 |
Color Harmonies of #150744
Complementary color
Monochromatic Colors of #150744
Black with #150744
Text Example
Text Example
White with #150744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150744; }
p { color: rgb(21,7,68); }
H1.HeaderClassName
{
color: #150744;
}
.AnyTagClassName
{
color: #150744;
}
</style>
background-color css
<style>
a { background-color: #150744; }
a { background-color: rgb(21,7,68); }
div.DivClassName
{
background-color: #150744;
}
.BgClassName
{
background-color: #150744;
}
</style>
border-color css
<style>
span { border-color: #150744; }
span { border-color: rgb(21,7,68); }
td.TdClassName
{
border-color: #150744;
}
.TagClassName
{
border-color: #150744;
}
</style>