Shades of Dark Purple #961572
Tints of Dark Purple #961572
RGB
CMYK
RGB Variations
Color information
#961572 (or 0x961572) is known color: Dark Purple. HEX triplet: 96, 15 and 72. RGB value is (150,21,114). Sum of RGB (Red+Green+Blue) = 150+21+114=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #961572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961572 is #69EA8D. Grayscale: #454545. Windows color (decimal): -6941326 or 7476630. OLE color: 7476630.
HSL color Cylindrical-coordinate representation of color #961572: hue angle of 316.74º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #961572 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 21 | 114 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.41 |
| HSL | 316.74º | 0.75% | 0.34% | - |
| HSV(B) | 316.74º | 0.86% | 0.59% | - |
| XYZ | 15.88 | 8.24 | 16.67 | - |
| YUV | 70.17 | 152.74 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 21 | 114 | 0 | 0.86 | 0.24 | 0.41 | 316.74 | 0.75 | 0.34 |
| Hex | 96 | 15 | 72 | 0 | 56 | 18 | 29 | 13D | 4B | 22 |
| Octal | 226 | 25 | 162 | 0 | 126 | 30 | 51 | 475 | 113 | 42 |
| Binary | 10010110 | 10101 | 1110010 | 0 | 1010110 | 11000 | 101001 | 100111101 | 1001011 | 100010 |
Color Harmonies of #961572
Complementary color
Monochromatic Colors of #961572
Black with #961572
Text Example
Text Example
White with #961572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961572; }
p { color: rgb(150,21,114); }
H1.HeaderClassName
{
color: #961572;
}
.AnyTagClassName
{
color: #961572;
}
</style>
background-color css
<style>
a { background-color: #961572; }
a { background-color: rgb(150,21,114); }
div.DivClassName
{
background-color: #961572;
}
.BgClassName
{
background-color: #961572;
}
</style>
border-color css
<style>
span { border-color: #961572; }
span { border-color: rgb(150,21,114); }
td.TdClassName
{
border-color: #961572;
}
.TagClassName
{
border-color: #961572;
}
</style>