Shades of Purple #80026B
Tints of Purple #80026B
RGB
CMYK
RGB Variations
Color information
#80026B (or 0x80026B) is known color: Purple. HEX triplet: 80, 02 and 6B. RGB value is (128,2,107). Sum of RGB (Red+Green+Blue) = 128+2+107=237 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.01% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 128 - color contains mainly: red. Hex color #80026B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80026B is #7FFD94. Grayscale: #333333. Windows color (decimal): -8387989 or 7012992. OLE color: 7012992.
HSL color Cylindrical-coordinate representation of color #80026B: hue angle of 310º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80026B is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 2 | 107 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.50 |
| HSL | 310º | 0.97% | 0.25% | - |
| HSV(B) | 310º | 0.98% | 0.5% | - |
| XYZ | 11.58 | 5.69 | 14.4 | - |
| YUV | 51.64 | 159.24 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 107 | 0 | 0.98 | 0.16 | 0.50 | 310 | 0.97 | 0.25 |
| Hex | 80 | 2 | 6B | 0 | 62 | 10 | 32 | 136 | 61 | 19 |
| Octal | 200 | 2 | 153 | 0 | 142 | 20 | 62 | 466 | 141 | 31 |
| Binary | 10000000 | 10 | 1101011 | 0 | 1100010 | 10000 | 110010 | 100110110 | 1100001 | 11001 |
Color Harmonies of #80026B
Complementary color
Monochromatic Colors of #80026B
Black with #80026B
Text Example
Text Example
White with #80026B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80026B; }
p { color: rgb(128,2,107); }
H1.HeaderClassName
{
color: #80026B;
}
.AnyTagClassName
{
color: #80026B;
}
</style>
background-color css
<style>
a { background-color: #80026B; }
a { background-color: rgb(128,2,107); }
div.DivClassName
{
background-color: #80026B;
}
.BgClassName
{
background-color: #80026B;
}
</style>
border-color css
<style>
span { border-color: #80026B; }
span { border-color: rgb(128,2,107); }
td.TdClassName
{
border-color: #80026B;
}
.TagClassName
{
border-color: #80026B;
}
</style>