Shades of Dark Purple #962672
Tints of Dark Purple #962672
RGB
CMYK
RGB Variations
Color information
#962672 (or 0x962672) is known color: Dark Purple. HEX triplet: 96, 26 and 72. RGB value is (150,38,114). Sum of RGB (Red+Green+Blue) = 150+38+114=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #962672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962672 is #69D98D. Grayscale: #4F4F4F. Windows color (decimal): -6936974 or 7480982. OLE color: 7480982.
HSL color Cylindrical-coordinate representation of color #962672: hue angle of 319.29º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962672 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 38 | 114 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.41 |
| HSL | 319.29º | 0.6% | 0.37% | - |
| HSV(B) | 319.29º | 0.75% | 0.59% | - |
| XYZ | 16.31 | 9.09 | 16.81 | - |
| YUV | 80.15 | 147.11 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 38 | 114 | 0 | 0.75 | 0.24 | 0.41 | 319.29 | 0.6 | 0.37 |
| Hex | 96 | 26 | 72 | 0 | 4B | 18 | 29 | 13F | 3C | 25 |
| Octal | 226 | 46 | 162 | 0 | 113 | 30 | 51 | 477 | 74 | 45 |
| Binary | 10010110 | 100110 | 1110010 | 0 | 1001011 | 11000 | 101001 | 100111111 | 111100 | 100101 |
Color Harmonies of #962672
Complementary color
Monochromatic Colors of #962672
Black with #962672
Text Example
Text Example
White with #962672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962672; }
p { color: rgb(150,38,114); }
H1.HeaderClassName
{
color: #962672;
}
.AnyTagClassName
{
color: #962672;
}
</style>
background-color css
<style>
a { background-color: #962672; }
a { background-color: rgb(150,38,114); }
div.DivClassName
{
background-color: #962672;
}
.BgClassName
{
background-color: #962672;
}
</style>
border-color css
<style>
span { border-color: #962672; }
span { border-color: rgb(150,38,114); }
td.TdClassName
{
border-color: #962672;
}
.TagClassName
{
border-color: #962672;
}
</style>