Shades of Purple #800F7C
Tints of Purple #800F7C
RGB
CMYK
RGB Variations
Color information
#800F7C (or 0x800F7C) is known color: Purple. HEX triplet: 80, 0F and 7C. RGB value is (128,15,124). Sum of RGB (Red+Green+Blue) = 128+15+124=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #800F7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800F7C is #7FF083. Grayscale: #3C3C3C. Windows color (decimal): -8384644 or 8130432. OLE color: 8130432.
HSL color Cylindrical-coordinate representation of color #800F7C: hue angle of 302.12º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #800F7C is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 15 | 124 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.50 |
| HSL | 302.12º | 0.79% | 0.28% | - |
| HSV(B) | 302.12º | 0.88% | 0.5% | - |
| XYZ | 12.71 | 6.39 | 19.63 | - |
| YUV | 61.21 | 163.44 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 124 | 0 | 0.88 | 0.03 | 0.50 | 302.12 | 0.79 | 0.28 |
| Hex | 80 | F | 7C | 0 | 58 | 3 | 32 | 12E | 4F | 1C |
| Octal | 200 | 17 | 174 | 0 | 130 | 3 | 62 | 456 | 117 | 34 |
| Binary | 10000000 | 1111 | 1111100 | 0 | 1011000 | 11 | 110010 | 100101110 | 1001111 | 11100 |
Color Harmonies of #800F7C
Complementary color
Monochromatic Colors of #800F7C
Black with #800F7C
Text Example
Text Example
White with #800F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800F7C; }
p { color: rgb(128,15,124); }
H1.HeaderClassName
{
color: #800F7C;
}
.AnyTagClassName
{
color: #800F7C;
}
</style>
background-color css
<style>
a { background-color: #800F7C; }
a { background-color: rgb(128,15,124); }
div.DivClassName
{
background-color: #800F7C;
}
.BgClassName
{
background-color: #800F7C;
}
</style>
border-color css
<style>
span { border-color: #800F7C; }
span { border-color: rgb(128,15,124); }
td.TdClassName
{
border-color: #800F7C;
}
.TagClassName
{
border-color: #800F7C;
}
</style>