Shades of Dark Purple #961770
Tints of Dark Purple #961770
RGB
CMYK
RGB Variations
Color information
#961770 (or 0x961770) is known color: Dark Purple. HEX triplet: 96, 17 and 70. RGB value is (150,23,112). Sum of RGB (Red+Green+Blue) = 150+23+112=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #961770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961770 is #69E88F. Grayscale: #464646. Windows color (decimal): -6940816 or 7346070. OLE color: 7346070.
HSL color Cylindrical-coordinate representation of color #961770: hue angle of 317.95º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #961770 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 23 | 112 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.41 |
| HSL | 317.95º | 0.73% | 0.34% | - |
| HSV(B) | 317.95º | 0.85% | 0.59% | - |
| XYZ | 15.81 | 8.27 | 16.09 | - |
| YUV | 71.12 | 151.08 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 23 | 112 | 0 | 0.85 | 0.25 | 0.41 | 317.95 | 0.73 | 0.34 |
| Hex | 96 | 17 | 70 | 0 | 55 | 19 | 29 | 13E | 49 | 22 |
| Octal | 226 | 27 | 160 | 0 | 125 | 31 | 51 | 476 | 111 | 42 |
| Binary | 10010110 | 10111 | 1110000 | 0 | 1010101 | 11001 | 101001 | 100111110 | 1001001 | 100010 |
Color Harmonies of #961770
Complementary color
Monochromatic Colors of #961770
Black with #961770
Text Example
Text Example
White with #961770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961770; }
p { color: rgb(150,23,112); }
H1.HeaderClassName
{
color: #961770;
}
.AnyTagClassName
{
color: #961770;
}
</style>
background-color css
<style>
a { background-color: #961770; }
a { background-color: rgb(150,23,112); }
div.DivClassName
{
background-color: #961770;
}
.BgClassName
{
background-color: #961770;
}
</style>
border-color css
<style>
span { border-color: #961770; }
span { border-color: rgb(150,23,112); }
td.TdClassName
{
border-color: #961770;
}
.TagClassName
{
border-color: #961770;
}
</style>