Shades of Dark Purple #962F71
Tints of Dark Purple #962F71
RGB
CMYK
RGB Variations
Color information
#962F71 (or 0x962F71) is known color: Dark Purple. HEX triplet: 96, 2F and 71. RGB value is (150,47,113). Sum of RGB (Red+Green+Blue) = 150+47+113=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #962F71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962F71 is #69D08E. Grayscale: #555555. Windows color (decimal): -6934671 or 7417750. OLE color: 7417750.
HSL color Cylindrical-coordinate representation of color #962F71: hue angle of 321.55º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #962F71 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 47 | 113 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.41 |
| HSL | 321.55º | 0.52% | 0.39% | - |
| HSV(B) | 321.55º | 0.69% | 0.59% | - |
| XYZ | 16.57 | 9.71 | 16.62 | - |
| YUV | 85.32 | 143.62 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 47 | 113 | 0 | 0.69 | 0.25 | 0.41 | 321.55 | 0.52 | 0.39 |
| Hex | 96 | 2F | 71 | 0 | 45 | 19 | 29 | 142 | 34 | 27 |
| Octal | 226 | 57 | 161 | 0 | 105 | 31 | 51 | 502 | 64 | 47 |
| Binary | 10010110 | 101111 | 1110001 | 0 | 1000101 | 11001 | 101001 | 101000010 | 110100 | 100111 |
Color Harmonies of #962F71
Complementary color
Monochromatic Colors of #962F71
Black with #962F71
Text Example
Text Example
White with #962F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962F71; }
p { color: rgb(150,47,113); }
H1.HeaderClassName
{
color: #962F71;
}
.AnyTagClassName
{
color: #962F71;
}
</style>
background-color css
<style>
a { background-color: #962F71; }
a { background-color: rgb(150,47,113); }
div.DivClassName
{
background-color: #962F71;
}
.BgClassName
{
background-color: #962F71;
}
</style>
border-color css
<style>
span { border-color: #962F71; }
span { border-color: rgb(150,47,113); }
td.TdClassName
{
border-color: #962F71;
}
.TagClassName
{
border-color: #962F71;
}
</style>