Shades of Dark Purple #962470
Tints of Dark Purple #962470
RGB
CMYK
RGB Variations
Color information
#962470 (or 0x962470) is known color: Dark Purple. HEX triplet: 96, 24 and 70. RGB value is (150,36,112). Sum of RGB (Red+Green+Blue) = 150+36+112=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #962470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962470 is #69DB8F. Grayscale: #4E4E4E. Windows color (decimal): -6937488 or 7349398. OLE color: 7349398.
HSL color Cylindrical-coordinate representation of color #962470: hue angle of 320º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962470 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 36 | 112 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.41 |
| HSL | 320º | 0.61% | 0.36% | - |
| HSV(B) | 320º | 0.76% | 0.59% | - |
| XYZ | 16.13 | 8.92 | 16.2 | - |
| YUV | 78.75 | 146.77 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 36 | 112 | 0 | 0.76 | 0.25 | 0.41 | 320 | 0.61 | 0.36 |
| Hex | 96 | 24 | 70 | 0 | 4C | 19 | 29 | 140 | 3D | 24 |
| Octal | 226 | 44 | 160 | 0 | 114 | 31 | 51 | 500 | 75 | 44 |
| Binary | 10010110 | 100100 | 1110000 | 0 | 1001100 | 11001 | 101001 | 101000000 | 111101 | 100100 |
Color Harmonies of #962470
Complementary color
Monochromatic Colors of #962470
Black with #962470
Text Example
Text Example
White with #962470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962470; }
p { color: rgb(150,36,112); }
H1.HeaderClassName
{
color: #962470;
}
.AnyTagClassName
{
color: #962470;
}
</style>
background-color css
<style>
a { background-color: #962470; }
a { background-color: rgb(150,36,112); }
div.DivClassName
{
background-color: #962470;
}
.BgClassName
{
background-color: #962470;
}
</style>
border-color css
<style>
span { border-color: #962470; }
span { border-color: rgb(150,36,112); }
td.TdClassName
{
border-color: #962470;
}
.TagClassName
{
border-color: #962470;
}
</style>