Shades of Dark Purple #963572
Tints of Dark Purple #963572
RGB
CMYK
RGB Variations
Color information
#963572 (or 0x963572) is known color: Dark Purple. HEX triplet: 96, 35 and 72. RGB value is (150,53,114). Sum of RGB (Red+Green+Blue) = 150+53+114=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #963572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963572 is #69CA8D. Grayscale: #585858. Windows color (decimal): -6933134 or 7484822. OLE color: 7484822.
HSL color Cylindrical-coordinate representation of color #963572: hue angle of 322.27º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #963572 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 53 | 114 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.41 |
| HSL | 322.27º | 0.48% | 0.4% | - |
| HSV(B) | 322.27º | 0.65% | 0.59% | - |
| XYZ | 16.89 | 10.25 | 17.01 | - |
| YUV | 88.96 | 142.14 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 53 | 114 | 0 | 0.65 | 0.24 | 0.41 | 322.27 | 0.48 | 0.4 |
| Hex | 96 | 35 | 72 | 0 | 41 | 18 | 29 | 142 | 30 | 28 |
| Octal | 226 | 65 | 162 | 0 | 101 | 30 | 51 | 502 | 60 | 50 |
| Binary | 10010110 | 110101 | 1110010 | 0 | 1000001 | 11000 | 101001 | 101000010 | 110000 | 101000 |
Color Harmonies of #963572
Complementary color
Monochromatic Colors of #963572
Black with #963572
Text Example
Text Example
White with #963572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963572; }
p { color: rgb(150,53,114); }
H1.HeaderClassName
{
color: #963572;
}
.AnyTagClassName
{
color: #963572;
}
</style>
background-color css
<style>
a { background-color: #963572; }
a { background-color: rgb(150,53,114); }
div.DivClassName
{
background-color: #963572;
}
.BgClassName
{
background-color: #963572;
}
</style>
border-color css
<style>
span { border-color: #963572; }
span { border-color: rgb(150,53,114); }
td.TdClassName
{
border-color: #963572;
}
.TagClassName
{
border-color: #963572;
}
</style>