Shades of Violent Violet #150051
Tints of Violent Violet #150051
RGB
CMYK
RGB Variations
Color information
#150051 (or 0x150051) is known color: Violent Violet. HEX triplet: 15, 00 and 51. RGB value is (21,0,81). Sum of RGB (Red+Green+Blue) = 21+0+81=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 81 (32.03% from 255 or 79.41% from 102); Max value from RGB is 81 - color contains mainly: blue. Hex color #150051 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150051 is #EAFFAE. Grayscale: #0F0F0F. Windows color (decimal): -15400879 or 5308437. OLE color: 5308437.
HSL color Cylindrical-coordinate representation of color #150051: hue angle of 255.56º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150051 is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 0 | 81 | - |
| CMYK | 0.74 | 1 | 0 | 0.68 |
| HSL | 255.56º | 1% | 0.16% | - |
| HSV(B) | 255.56º | 1% | 0.32% | - |
| XYZ | 1.79 | 0.75 | 7.84 | - |
| YUV | 15.51 | 164.96 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 81 | 0.74 | 1 | 0 | 0.68 | 255.56 | 1 | 0.16 |
| Hex | 15 | 0 | 51 | 4A | 64 | 0 | 44 | 100 | 64 | 10 |
| Octal | 25 | 0 | 121 | 112 | 144 | 0 | 104 | 400 | 144 | 20 |
| Binary | 10101 | 0 | 1010001 | 1001010 | 1100100 | 0 | 1000100 | 100000000 | 1100100 | 10000 |
Color Harmonies of #150051
Complementary color
Monochromatic Colors of #150051
Black with #150051
Text Example
Text Example
White with #150051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150051; }
p { color: rgb(21,0,81); }
H1.HeaderClassName
{
color: #150051;
}
.AnyTagClassName
{
color: #150051;
}
</style>
background-color css
<style>
a { background-color: #150051; }
a { background-color: rgb(21,0,81); }
div.DivClassName
{
background-color: #150051;
}
.BgClassName
{
background-color: #150051;
}
</style>
border-color css
<style>
span { border-color: #150051; }
span { border-color: rgb(21,0,81); }
td.TdClassName
{
border-color: #150051;
}
.TagClassName
{
border-color: #150051;
}
</style>