Shades of Dark Purple #802475
Tints of Dark Purple #802475
RGB
CMYK
RGB Variations
Color information
#802475 (or 0x802475) is known color: Dark Purple. HEX triplet: 80, 24 and 75. RGB value is (128,36,117). Sum of RGB (Red+Green+Blue) = 128+36+117=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #802475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802475 is #7FDB8A. Grayscale: #484848. Windows color (decimal): -8379275 or 7677056. OLE color: 7677056.
HSL color Cylindrical-coordinate representation of color #802475: hue angle of 307.17º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #802475 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 36 | 117 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.50 |
| HSL | 307.17º | 0.56% | 0.32% | - |
| HSV(B) | 307.17º | 0.72% | 0.5% | - |
| XYZ | 12.74 | 7.14 | 17.54 | - |
| YUV | 72.74 | 152.98 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 117 | 0 | 0.72 | 0.09 | 0.50 | 307.17 | 0.56 | 0.32 |
| Hex | 80 | 24 | 75 | 0 | 48 | 9 | 32 | 133 | 38 | 20 |
| Octal | 200 | 44 | 165 | 0 | 110 | 11 | 62 | 463 | 70 | 40 |
| Binary | 10000000 | 100100 | 1110101 | 0 | 1001000 | 1001 | 110010 | 100110011 | 111000 | 100000 |
Color Harmonies of #802475
Complementary color
Monochromatic Colors of #802475
Black with #802475
Text Example
Text Example
White with #802475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802475; }
p { color: rgb(128,36,117); }
H1.HeaderClassName
{
color: #802475;
}
.AnyTagClassName
{
color: #802475;
}
</style>
background-color css
<style>
a { background-color: #802475; }
a { background-color: rgb(128,36,117); }
div.DivClassName
{
background-color: #802475;
}
.BgClassName
{
background-color: #802475;
}
</style>
border-color css
<style>
span { border-color: #802475; }
span { border-color: rgb(128,36,117); }
td.TdClassName
{
border-color: #802475;
}
.TagClassName
{
border-color: #802475;
}
</style>