Shades of Dark Purple #963472
Tints of Dark Purple #963472
RGB
CMYK
RGB Variations
Color information
#963472 (or 0x963472) is known color: Dark Purple. HEX triplet: 96, 34 and 72. RGB value is (150,52,114). Sum of RGB (Red+Green+Blue) = 150+52+114=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #963472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963472 is #69CB8D. Grayscale: #585858. Windows color (decimal): -6933390 or 7484566. OLE color: 7484566.
HSL color Cylindrical-coordinate representation of color #963472: hue angle of 322.04º degrees, saturation: 0.49, 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 #963472 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 52 | 114 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.41 |
| HSL | 322.04º | 0.49% | 0.4% | - |
| HSV(B) | 322.04º | 0.65% | 0.59% | - |
| XYZ | 16.84 | 10.15 | 16.99 | - |
| YUV | 88.37 | 142.47 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 52 | 114 | 0 | 0.65 | 0.24 | 0.41 | 322.04 | 0.49 | 0.4 |
| Hex | 96 | 34 | 72 | 0 | 41 | 18 | 29 | 142 | 31 | 28 |
| Octal | 226 | 64 | 162 | 0 | 101 | 30 | 51 | 502 | 61 | 50 |
| Binary | 10010110 | 110100 | 1110010 | 0 | 1000001 | 11000 | 101001 | 101000010 | 110001 | 101000 |
Color Harmonies of #963472
Complementary color
Monochromatic Colors of #963472
Black with #963472
Text Example
Text Example
White with #963472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963472; }
p { color: rgb(150,52,114); }
H1.HeaderClassName
{
color: #963472;
}
.AnyTagClassName
{
color: #963472;
}
</style>
background-color css
<style>
a { background-color: #963472; }
a { background-color: rgb(150,52,114); }
div.DivClassName
{
background-color: #963472;
}
.BgClassName
{
background-color: #963472;
}
</style>
border-color css
<style>
span { border-color: #963472; }
span { border-color: rgb(150,52,114); }
td.TdClassName
{
border-color: #963472;
}
.TagClassName
{
border-color: #963472;
}
</style>