Shades of Purple #800D7C
Tints of Purple #800D7C
RGB
CMYK
RGB Variations
Color information
#800D7C (or 0x800D7C) is known color: Purple. HEX triplet: 80, 0D and 7C. RGB value is (128,13,124). Sum of RGB (Red+Green+Blue) = 128+13+124=265 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.30% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 128 - color contains mainly: red. Hex color #800D7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800D7C is #7FF283. Grayscale: #3B3B3B. Windows color (decimal): -8385156 or 8129920. OLE color: 8129920.
HSL color Cylindrical-coordinate representation of color #800D7C: hue angle of 302.09º 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 #800D7C is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 13 | 124 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.50 |
| HSL | 302.09º | 0.82% | 0.28% | - |
| HSV(B) | 302.09º | 0.9% | 0.5% | - |
| XYZ | 12.68 | 6.33 | 19.62 | - |
| YUV | 60.04 | 164.1 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 13 | 124 | 0 | 0.90 | 0.03 | 0.50 | 302.09 | 0.82 | 0.28 |
| Hex | 80 | D | 7C | 0 | 5A | 3 | 32 | 12E | 52 | 1C |
| Octal | 200 | 15 | 174 | 0 | 132 | 3 | 62 | 456 | 122 | 34 |
| Binary | 10000000 | 1101 | 1111100 | 0 | 1011010 | 11 | 110010 | 100101110 | 1010010 | 11100 |
Color Harmonies of #800D7C
Complementary color
Monochromatic Colors of #800D7C
Black with #800D7C
Text Example
Text Example
White with #800D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800D7C; }
p { color: rgb(128,13,124); }
H1.HeaderClassName
{
color: #800D7C;
}
.AnyTagClassName
{
color: #800D7C;
}
</style>
background-color css
<style>
a { background-color: #800D7C; }
a { background-color: rgb(128,13,124); }
div.DivClassName
{
background-color: #800D7C;
}
.BgClassName
{
background-color: #800D7C;
}
</style>
border-color css
<style>
span { border-color: #800D7C; }
span { border-color: rgb(128,13,124); }
td.TdClassName
{
border-color: #800D7C;
}
.TagClassName
{
border-color: #800D7C;
}
</style>