Shades of Dark Purple #963071
Tints of Dark Purple #963071
RGB
CMYK
RGB Variations
Color information
#963071 (or 0x963071) is known color: Dark Purple. HEX triplet: 96, 30 and 71. RGB value is (150,48,113). Sum of RGB (Red+Green+Blue) = 150+48+113=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #963071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963071 is #69CF8E. Grayscale: #555555. Windows color (decimal): -6934415 or 7418006. OLE color: 7418006.
HSL color Cylindrical-coordinate representation of color #963071: hue angle of 321.76º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #963071 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 48 | 113 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.41 |
| HSL | 321.76º | 0.52% | 0.39% | - |
| HSV(B) | 321.76º | 0.68% | 0.59% | - |
| XYZ | 16.62 | 9.79 | 16.64 | - |
| YUV | 85.91 | 143.29 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 48 | 113 | 0 | 0.68 | 0.25 | 0.41 | 321.76 | 0.52 | 0.39 |
| Hex | 96 | 30 | 71 | 0 | 44 | 19 | 29 | 142 | 34 | 27 |
| Octal | 226 | 60 | 161 | 0 | 104 | 31 | 51 | 502 | 64 | 47 |
| Binary | 10010110 | 110000 | 1110001 | 0 | 1000100 | 11001 | 101001 | 101000010 | 110100 | 100111 |
Color Harmonies of #963071
Complementary color
Monochromatic Colors of #963071
Black with #963071
Text Example
Text Example
White with #963071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963071; }
p { color: rgb(150,48,113); }
H1.HeaderClassName
{
color: #963071;
}
.AnyTagClassName
{
color: #963071;
}
</style>
background-color css
<style>
a { background-color: #963071; }
a { background-color: rgb(150,48,113); }
div.DivClassName
{
background-color: #963071;
}
.BgClassName
{
background-color: #963071;
}
</style>
border-color css
<style>
span { border-color: #963071; }
span { border-color: rgb(150,48,113); }
td.TdClassName
{
border-color: #963071;
}
.TagClassName
{
border-color: #963071;
}
</style>