Shades of Purple #800C7D
Tints of Purple #800C7D
RGB
CMYK
RGB Variations
Color information
#800C7D (or 0x800C7D) is known color: Purple. HEX triplet: 80, 0C and 7D. RGB value is (128,12,125). Sum of RGB (Red+Green+Blue) = 128+12+125=265 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.30% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 128 - color contains mainly: red. Hex color #800C7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800C7D is #7FF382. Grayscale: #3B3B3B. Windows color (decimal): -8385411 or 8195200. OLE color: 8195200.
HSL color Cylindrical-coordinate representation of color #800C7D: hue angle of 301.55º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800C7D is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 12 | 125 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.50 |
| HSL | 301.55º | 0.83% | 0.27% | - |
| HSV(B) | 301.55º | 0.91% | 0.5% | - |
| XYZ | 12.74 | 6.33 | 19.95 | - |
| YUV | 59.57 | 164.93 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 12 | 125 | 0 | 0.91 | 0.02 | 0.50 | 301.55 | 0.83 | 0.27 |
| Hex | 80 | C | 7D | 0 | 5B | 2 | 32 | 12E | 53 | 1B |
| Octal | 200 | 14 | 175 | 0 | 133 | 2 | 62 | 456 | 123 | 33 |
| Binary | 10000000 | 1100 | 1111101 | 0 | 1011011 | 10 | 110010 | 100101110 | 1010011 | 11011 |
Color Harmonies of #800C7D
Complementary color
Monochromatic Colors of #800C7D
Black with #800C7D
Text Example
Text Example
White with #800C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800C7D; }
p { color: rgb(128,12,125); }
H1.HeaderClassName
{
color: #800C7D;
}
.AnyTagClassName
{
color: #800C7D;
}
</style>
background-color css
<style>
a { background-color: #800C7D; }
a { background-color: rgb(128,12,125); }
div.DivClassName
{
background-color: #800C7D;
}
.BgClassName
{
background-color: #800C7D;
}
</style>
border-color css
<style>
span { border-color: #800C7D; }
span { border-color: rgb(128,12,125); }
td.TdClassName
{
border-color: #800C7D;
}
.TagClassName
{
border-color: #800C7D;
}
</style>