Shades of Dark Purple #963073
Tints of Dark Purple #963073
RGB
CMYK
RGB Variations
Color information
#963073 (or 0x963073) is known color: Dark Purple. HEX triplet: 96, 30 and 73. RGB value is (150,48,115). Sum of RGB (Red+Green+Blue) = 150+48+115=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #963073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963073 is #69CF8C. Grayscale: #555555. Windows color (decimal): -6934413 or 7549078. OLE color: 7549078.
HSL color Cylindrical-coordinate representation of color #963073: hue angle of 320.59º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #963073 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 48 | 115 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.41 |
| HSL | 320.59º | 0.52% | 0.39% | - |
| HSV(B) | 320.59º | 0.68% | 0.59% | - |
| XYZ | 16.73 | 9.84 | 17.24 | - |
| YUV | 86.14 | 144.29 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 48 | 115 | 0 | 0.68 | 0.23 | 0.41 | 320.59 | 0.52 | 0.39 |
| Hex | 96 | 30 | 73 | 0 | 44 | 17 | 29 | 141 | 34 | 27 |
| Octal | 226 | 60 | 163 | 0 | 104 | 27 | 51 | 501 | 64 | 47 |
| Binary | 10010110 | 110000 | 1110011 | 0 | 1000100 | 10111 | 101001 | 101000001 | 110100 | 100111 |
Color Harmonies of #963073
Complementary color
Monochromatic Colors of #963073
Black with #963073
Text Example
Text Example
White with #963073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963073; }
p { color: rgb(150,48,115); }
H1.HeaderClassName
{
color: #963073;
}
.AnyTagClassName
{
color: #963073;
}
</style>
background-color css
<style>
a { background-color: #963073; }
a { background-color: rgb(150,48,115); }
div.DivClassName
{
background-color: #963073;
}
.BgClassName
{
background-color: #963073;
}
</style>
border-color css
<style>
span { border-color: #963073; }
span { border-color: rgb(150,48,115); }
td.TdClassName
{
border-color: #963073;
}
.TagClassName
{
border-color: #963073;
}
</style>