Shades of Violent Violet #150644
Tints of Violent Violet #150644
RGB
CMYK
RGB Variations
Color information
#150644 (or 0x150644) is known color: Violent Violet. HEX triplet: 15, 06 and 44. RGB value is (21,6,68). Sum of RGB (Red+Green+Blue) = 21+6+68=95 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.11% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 68 (26.95% from 255 or 71.58% from 95); Max value from RGB is 68 - color contains mainly: blue. Hex color #150644 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150644 is #EAF9BB. Grayscale: #111111. Windows color (decimal): -15399356 or 4458005. OLE color: 4458005.
HSL color Cylindrical-coordinate representation of color #150644: hue angle of 254.52º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #150644 is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 21 | 6 | 68 | - |
| CMYK | 0.69 | 0.91 | 0 | 0.73 |
| HSL | 254.52º | 0.84% | 0.15% | - |
| HSV(B) | 254.52º | 0.91% | 0.27% | - |
| XYZ | 1.42 | 0.71 | 5.53 | - |
| YUV | 17.55 | 156.47 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 6 | 68 | 0.69 | 0.91 | 0 | 0.73 | 254.52 | 0.84 | 0.15 |
| Hex | 15 | 6 | 44 | 45 | 5B | 0 | 49 | FF | 54 | F |
| Octal | 25 | 6 | 104 | 105 | 133 | 0 | 111 | 377 | 124 | 17 |
| Binary | 10101 | 110 | 1000100 | 1000101 | 1011011 | 0 | 1001001 | 11111111 | 1010100 | 1111 |
Color Harmonies of #150644
Complementary color
Monochromatic Colors of #150644
Black with #150644
Text Example
Text Example
White with #150644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150644; }
p { color: rgb(21,6,68); }
H1.HeaderClassName
{
color: #150644;
}
.AnyTagClassName
{
color: #150644;
}
</style>
background-color css
<style>
a { background-color: #150644; }
a { background-color: rgb(21,6,68); }
div.DivClassName
{
background-color: #150644;
}
.BgClassName
{
background-color: #150644;
}
</style>
border-color css
<style>
span { border-color: #150644; }
span { border-color: rgb(21,6,68); }
td.TdClassName
{
border-color: #150644;
}
.TagClassName
{
border-color: #150644;
}
</style>