Shades of Dark Purple #802964
Tints of Dark Purple #802964
RGB
CMYK
RGB Variations
Color information
#802964 (or 0x802964) is known color: Dark Purple. HEX triplet: 80, 29 and 64. RGB value is (128,41,100). Sum of RGB (Red+Green+Blue) = 128+41+100=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 128 - color contains mainly: red. Hex color #802964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802964 is #7FD69B. Grayscale: #494949. Windows color (decimal): -8378012 or 6564224. OLE color: 6564224.
HSL color Cylindrical-coordinate representation of color #802964: hue angle of 319.31º 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 #802964 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 41 | 100 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.50 |
| HSL | 319.31º | 0.51% | 0.33% | - |
| HSV(B) | 319.31º | 0.68% | 0.5% | - |
| XYZ | 12 | 7.1 | 12.79 | - |
| YUV | 73.74 | 142.82 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 41 | 100 | 0 | 0.68 | 0.22 | 0.50 | 319.31 | 0.51 | 0.33 |
| Hex | 80 | 29 | 64 | 0 | 44 | 16 | 32 | 13F | 33 | 21 |
| Octal | 200 | 51 | 144 | 0 | 104 | 26 | 62 | 477 | 63 | 41 |
| Binary | 10000000 | 101001 | 1100100 | 0 | 1000100 | 10110 | 110010 | 100111111 | 110011 | 100001 |
Color Harmonies of #802964
Complementary color
Monochromatic Colors of #802964
Black with #802964
Text Example
Text Example
White with #802964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802964; }
p { color: rgb(128,41,100); }
H1.HeaderClassName
{
color: #802964;
}
.AnyTagClassName
{
color: #802964;
}
</style>
background-color css
<style>
a { background-color: #802964; }
a { background-color: rgb(128,41,100); }
div.DivClassName
{
background-color: #802964;
}
.BgClassName
{
background-color: #802964;
}
</style>
border-color css
<style>
span { border-color: #802964; }
span { border-color: rgb(128,41,100); }
td.TdClassName
{
border-color: #802964;
}
.TagClassName
{
border-color: #802964;
}
</style>