Shades of Dark Purple #963270
Tints of Dark Purple #963270
RGB
CMYK
RGB Variations
Color information
#963270 (or 0x963270) is known color: Dark Purple. HEX triplet: 96, 32 and 70. RGB value is (150,50,112). Sum of RGB (Red+Green+Blue) = 150+50+112=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #963270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963270 is #69CD8F. Grayscale: #565656. Windows color (decimal): -6933904 or 7352982. OLE color: 7352982.
HSL color Cylindrical-coordinate representation of color #963270: hue angle of 322.8º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #963270 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 50 | 112 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.41 |
| HSL | 322.8º | 0.5% | 0.39% | - |
| HSV(B) | 322.8º | 0.67% | 0.59% | - |
| XYZ | 16.64 | 9.94 | 16.37 | - |
| YUV | 86.97 | 142.13 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 112 | 0 | 0.67 | 0.25 | 0.41 | 322.8 | 0.5 | 0.39 |
| Hex | 96 | 32 | 70 | 0 | 43 | 19 | 29 | 143 | 32 | 27 |
| Octal | 226 | 62 | 160 | 0 | 103 | 31 | 51 | 503 | 62 | 47 |
| Binary | 10010110 | 110010 | 1110000 | 0 | 1000011 | 11001 | 101001 | 101000011 | 110010 | 100111 |
Color Harmonies of #963270
Complementary color
Monochromatic Colors of #963270
Black with #963270
Text Example
Text Example
White with #963270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963270; }
p { color: rgb(150,50,112); }
H1.HeaderClassName
{
color: #963270;
}
.AnyTagClassName
{
color: #963270;
}
</style>
background-color css
<style>
a { background-color: #963270; }
a { background-color: rgb(150,50,112); }
div.DivClassName
{
background-color: #963270;
}
.BgClassName
{
background-color: #963270;
}
</style>
border-color css
<style>
span { border-color: #963270; }
span { border-color: rgb(150,50,112); }
td.TdClassName
{
border-color: #963270;
}
.TagClassName
{
border-color: #963270;
}
</style>