Shades of Dark Purple #802974
Tints of Dark Purple #802974
RGB
CMYK
RGB Variations
Color information
#802974 (or 0x802974) is known color: Dark Purple. HEX triplet: 80, 29 and 74. RGB value is (128,41,116). Sum of RGB (Red+Green+Blue) = 128+41+116=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 128 - color contains mainly: red. Hex color #802974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802974 is #7FD68B. Grayscale: #4B4B4B. Windows color (decimal): -8377996 or 7612800. OLE color: 7612800.
HSL color Cylindrical-coordinate representation of color #802974: hue angle of 308.28º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #802974 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 41 | 116 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.50 |
| HSL | 308.28º | 0.51% | 0.33% | - |
| HSV(B) | 308.28º | 0.68% | 0.5% | - |
| XYZ | 12.85 | 7.44 | 17.28 | - |
| YUV | 75.56 | 150.82 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 41 | 116 | 0 | 0.68 | 0.09 | 0.50 | 308.28 | 0.51 | 0.33 |
| Hex | 80 | 29 | 74 | 0 | 44 | 9 | 32 | 134 | 33 | 21 |
| Octal | 200 | 51 | 164 | 0 | 104 | 11 | 62 | 464 | 63 | 41 |
| Binary | 10000000 | 101001 | 1110100 | 0 | 1000100 | 1001 | 110010 | 100110100 | 110011 | 100001 |
Color Harmonies of #802974
Complementary color
Monochromatic Colors of #802974
Black with #802974
Text Example
Text Example
White with #802974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802974; }
p { color: rgb(128,41,116); }
H1.HeaderClassName
{
color: #802974;
}
.AnyTagClassName
{
color: #802974;
}
</style>
background-color css
<style>
a { background-color: #802974; }
a { background-color: rgb(128,41,116); }
div.DivClassName
{
background-color: #802974;
}
.BgClassName
{
background-color: #802974;
}
</style>
border-color css
<style>
span { border-color: #802974; }
span { border-color: rgb(128,41,116); }
td.TdClassName
{
border-color: #802974;
}
.TagClassName
{
border-color: #802974;
}
</style>