Shades of Dark Purple #963372
Tints of Dark Purple #963372
RGB
CMYK
RGB Variations
Color information
#963372 (or 0x963372) is known color: Dark Purple. HEX triplet: 96, 33 and 72. RGB value is (150,51,114). Sum of RGB (Red+Green+Blue) = 150+51+114=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #963372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963372 is #69CC8D. Grayscale: #575757. Windows color (decimal): -6933646 or 7484310. OLE color: 7484310.
HSL color Cylindrical-coordinate representation of color #963372: hue angle of 321.82º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #963372 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 51 | 114 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.41 |
| HSL | 321.82º | 0.49% | 0.39% | - |
| HSV(B) | 321.82º | 0.66% | 0.59% | - |
| XYZ | 16.8 | 10.07 | 16.98 | - |
| YUV | 87.78 | 142.8 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 51 | 114 | 0 | 0.66 | 0.24 | 0.41 | 321.82 | 0.49 | 0.39 |
| Hex | 96 | 33 | 72 | 0 | 42 | 18 | 29 | 142 | 31 | 27 |
| Octal | 226 | 63 | 162 | 0 | 102 | 30 | 51 | 502 | 61 | 47 |
| Binary | 10010110 | 110011 | 1110010 | 0 | 1000010 | 11000 | 101001 | 101000010 | 110001 | 100111 |
Color Harmonies of #963372
Complementary color
Monochromatic Colors of #963372
Black with #963372
Text Example
Text Example
White with #963372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963372; }
p { color: rgb(150,51,114); }
H1.HeaderClassName
{
color: #963372;
}
.AnyTagClassName
{
color: #963372;
}
</style>
background-color css
<style>
a { background-color: #963372; }
a { background-color: rgb(150,51,114); }
div.DivClassName
{
background-color: #963372;
}
.BgClassName
{
background-color: #963372;
}
</style>
border-color css
<style>
span { border-color: #963372; }
span { border-color: rgb(150,51,114); }
td.TdClassName
{
border-color: #963372;
}
.TagClassName
{
border-color: #963372;
}
</style>