Shades of Dark Purple #973278
Tints of Dark Purple #973278
RGB
CMYK
RGB Variations
Color information
#973278 (or 0x973278) is known color: Dark Purple. HEX triplet: 97, 32 and 78. RGB value is (151,50,120). Sum of RGB (Red+Green+Blue) = 151+50+120=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 151 - color contains mainly: red. Hex color #973278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973278 is #68CD87. Grayscale: #585858. Windows color (decimal): -6868360 or 7877271. OLE color: 7877271.
HSL color Cylindrical-coordinate representation of color #973278: hue angle of 318.42º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #973278 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 50 | 120 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.41 |
| HSL | 318.42º | 0.5% | 0.39% | - |
| HSV(B) | 318.42º | 0.67% | 0.59% | - |
| XYZ | 17.29 | 10.22 | 18.83 | - |
| YUV | 88.18 | 145.96 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 50 | 120 | 0 | 0.67 | 0.21 | 0.41 | 318.42 | 0.5 | 0.39 |
| Hex | 97 | 32 | 78 | 0 | 43 | 15 | 29 | 13E | 32 | 27 |
| Octal | 227 | 62 | 170 | 0 | 103 | 25 | 51 | 476 | 62 | 47 |
| Binary | 10010111 | 110010 | 1111000 | 0 | 1000011 | 10101 | 101001 | 100111110 | 110010 | 100111 |
Color Harmonies of #973278
Complementary color
Monochromatic Colors of #973278
Black with #973278
Text Example
Text Example
White with #973278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973278; }
p { color: rgb(151,50,120); }
H1.HeaderClassName
{
color: #973278;
}
.AnyTagClassName
{
color: #973278;
}
</style>
background-color css
<style>
a { background-color: #973278; }
a { background-color: rgb(151,50,120); }
div.DivClassName
{
background-color: #973278;
}
.BgClassName
{
background-color: #973278;
}
</style>
border-color css
<style>
span { border-color: #973278; }
span { border-color: rgb(151,50,120); }
td.TdClassName
{
border-color: #973278;
}
.TagClassName
{
border-color: #973278;
}
</style>