Shades of Dark Purple #962971
Tints of Dark Purple #962971
RGB
CMYK
RGB Variations
Color information
#962971 (or 0x962971) is known color: Dark Purple. HEX triplet: 96, 29 and 71. RGB value is (150,41,113). Sum of RGB (Red+Green+Blue) = 150+41+113=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #962971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962971 is #69D68E. Grayscale: #515151. Windows color (decimal): -6936207 or 7416214. OLE color: 7416214.
HSL color Cylindrical-coordinate representation of color #962971: hue angle of 320.37º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #962971 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 41 | 113 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.41 |
| HSL | 320.37º | 0.57% | 0.37% | - |
| HSV(B) | 320.37º | 0.73% | 0.59% | - |
| XYZ | 16.35 | 9.26 | 16.55 | - |
| YUV | 81.8 | 145.61 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 41 | 113 | 0 | 0.73 | 0.25 | 0.41 | 320.37 | 0.57 | 0.37 |
| Hex | 96 | 29 | 71 | 0 | 49 | 19 | 29 | 140 | 39 | 25 |
| Octal | 226 | 51 | 161 | 0 | 111 | 31 | 51 | 500 | 71 | 45 |
| Binary | 10010110 | 101001 | 1110001 | 0 | 1001001 | 11001 | 101001 | 101000000 | 111001 | 100101 |
Color Harmonies of #962971
Complementary color
Monochromatic Colors of #962971
Black with #962971
Text Example
Text Example
White with #962971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962971; }
p { color: rgb(150,41,113); }
H1.HeaderClassName
{
color: #962971;
}
.AnyTagClassName
{
color: #962971;
}
</style>
background-color css
<style>
a { background-color: #962971; }
a { background-color: rgb(150,41,113); }
div.DivClassName
{
background-color: #962971;
}
.BgClassName
{
background-color: #962971;
}
</style>
border-color css
<style>
span { border-color: #962971; }
span { border-color: rgb(150,41,113); }
td.TdClassName
{
border-color: #962971;
}
.TagClassName
{
border-color: #962971;
}
</style>