Shades of Purple #800D78
Tints of Purple #800D78
RGB
CMYK
RGB Variations
Color information
#800D78 (or 0x800D78) is known color: Purple. HEX triplet: 80, 0D and 78. RGB value is (128,13,120). Sum of RGB (Red+Green+Blue) = 128+13+120=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #800D78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800D78 is #7FF287. Grayscale: #3B3B3B. Windows color (decimal): -8385160 or 7867776. OLE color: 7867776.
HSL color Cylindrical-coordinate representation of color #800D78: hue angle of 304.17º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #800D78 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 13 | 120 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.50 |
| HSL | 304.17º | 0.82% | 0.28% | - |
| HSV(B) | 304.17º | 0.9% | 0.5% | - |
| XYZ | 12.44 | 6.23 | 18.32 | - |
| YUV | 59.58 | 162.1 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 13 | 120 | 0 | 0.90 | 0.06 | 0.50 | 304.17 | 0.82 | 0.28 |
| Hex | 80 | D | 78 | 0 | 5A | 6 | 32 | 130 | 52 | 1C |
| Octal | 200 | 15 | 170 | 0 | 132 | 6 | 62 | 460 | 122 | 34 |
| Binary | 10000000 | 1101 | 1111000 | 0 | 1011010 | 110 | 110010 | 100110000 | 1010010 | 11100 |
Color Harmonies of #800D78
Complementary color
Monochromatic Colors of #800D78
Black with #800D78
Text Example
Text Example
White with #800D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800D78; }
p { color: rgb(128,13,120); }
H1.HeaderClassName
{
color: #800D78;
}
.AnyTagClassName
{
color: #800D78;
}
</style>
background-color css
<style>
a { background-color: #800D78; }
a { background-color: rgb(128,13,120); }
div.DivClassName
{
background-color: #800D78;
}
.BgClassName
{
background-color: #800D78;
}
</style>
border-color css
<style>
span { border-color: #800D78; }
span { border-color: rgb(128,13,120); }
td.TdClassName
{
border-color: #800D78;
}
.TagClassName
{
border-color: #800D78;
}
</style>