Shades of Dark Purple #962C74
Tints of Dark Purple #962C74
RGB
CMYK
RGB Variations
Color information
#962C74 (or 0x962C74) is known color: Dark Purple. HEX triplet: 96, 2C and 74. RGB value is (150,44,116). Sum of RGB (Red+Green+Blue) = 150+44+116=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #962C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962C74 is #69D38B. Grayscale: #535353. Windows color (decimal): -6935436 or 7613590. OLE color: 7613590.
HSL color Cylindrical-coordinate representation of color #962C74: hue angle of 319.25º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #962C74 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 44 | 116 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.41 |
| HSL | 319.25º | 0.55% | 0.38% | - |
| HSV(B) | 319.25º | 0.71% | 0.59% | - |
| XYZ | 16.63 | 9.55 | 17.49 | - |
| YUV | 83.9 | 146.12 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 116 | 0 | 0.71 | 0.23 | 0.41 | 319.25 | 0.55 | 0.38 |
| Hex | 96 | 2C | 74 | 0 | 47 | 17 | 29 | 13F | 37 | 26 |
| Octal | 226 | 54 | 164 | 0 | 107 | 27 | 51 | 477 | 67 | 46 |
| Binary | 10010110 | 101100 | 1110100 | 0 | 1000111 | 10111 | 101001 | 100111111 | 110111 | 100110 |
Color Harmonies of #962C74
Complementary color
Monochromatic Colors of #962C74
Black with #962C74
Text Example
Text Example
White with #962C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962C74; }
p { color: rgb(150,44,116); }
H1.HeaderClassName
{
color: #962C74;
}
.AnyTagClassName
{
color: #962C74;
}
</style>
background-color css
<style>
a { background-color: #962C74; }
a { background-color: rgb(150,44,116); }
div.DivClassName
{
background-color: #962C74;
}
.BgClassName
{
background-color: #962C74;
}
</style>
border-color css
<style>
span { border-color: #962C74; }
span { border-color: rgb(150,44,116); }
td.TdClassName
{
border-color: #962C74;
}
.TagClassName
{
border-color: #962C74;
}
</style>