Shades of Dark Purple #963479
Tints of Dark Purple #963479
RGB
CMYK
RGB Variations
Color information
#963479 (or 0x963479) is known color: Dark Purple. HEX triplet: 96, 34 and 79. RGB value is (150,52,121). Sum of RGB (Red+Green+Blue) = 150+52+121=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #963479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963479 is #69CB86. Grayscale: #585858. Windows color (decimal): -6933383 or 7943318. OLE color: 7943318.
HSL color Cylindrical-coordinate representation of color #963479: hue angle of 317.76º 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 #963479 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 52 | 121 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.41 |
| HSL | 317.76º | 0.49% | 0.4% | - |
| HSV(B) | 317.76º | 0.65% | 0.59% | - |
| XYZ | 17.26 | 10.32 | 19.17 | - |
| YUV | 89.17 | 145.97 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 52 | 121 | 0 | 0.65 | 0.19 | 0.41 | 317.76 | 0.49 | 0.4 |
| Hex | 96 | 34 | 79 | 0 | 41 | 13 | 29 | 13E | 31 | 28 |
| Octal | 226 | 64 | 171 | 0 | 101 | 23 | 51 | 476 | 61 | 50 |
| Binary | 10010110 | 110100 | 1111001 | 0 | 1000001 | 10011 | 101001 | 100111110 | 110001 | 101000 |
Color Harmonies of #963479
Complementary color
Monochromatic Colors of #963479
Black with #963479
Text Example
Text Example
White with #963479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963479; }
p { color: rgb(150,52,121); }
H1.HeaderClassName
{
color: #963479;
}
.AnyTagClassName
{
color: #963479;
}
</style>
background-color css
<style>
a { background-color: #963479; }
a { background-color: rgb(150,52,121); }
div.DivClassName
{
background-color: #963479;
}
.BgClassName
{
background-color: #963479;
}
</style>
border-color css
<style>
span { border-color: #963479; }
span { border-color: rgb(150,52,121); }
td.TdClassName
{
border-color: #963479;
}
.TagClassName
{
border-color: #963479;
}
</style>