Shades of Purple #76028A
Tints of Purple #76028A
RGB
CMYK
RGB Variations
Color information
#76028A (or 0x76028A) is known color: Purple. HEX triplet: 76, 02 and 8A. RGB value is (118,2,138). Sum of RGB (Red+Green+Blue) = 118+2+138=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 138 (54.30% from 255 or 53.49% from 258); Max value from RGB is 138 - color contains mainly: blue. Hex color #76028A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76028A is #89FD75. Grayscale: #333333. Windows color (decimal): -9043318 or 9044598. OLE color: 9044598.
HSL color Cylindrical-coordinate representation of color #76028A: hue angle of 291.18º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76028A is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 2 | 138 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.46 |
| HSL | 291.18º | 0.97% | 0.27% | - |
| HSV(B) | 291.18º | 0.99% | 0.54% | - |
| XYZ | 12.08 | 5.73 | 24.51 | - |
| YUV | 52.19 | 176.43 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 2 | 138 | 0.14 | 0.99 | 0 | 0.46 | 291.18 | 0.97 | 0.27 |
| Hex | 76 | 2 | 8A | E | 63 | 0 | 2E | 123 | 61 | 1B |
| Octal | 166 | 2 | 212 | 16 | 143 | 0 | 56 | 443 | 141 | 33 |
| Binary | 1110110 | 10 | 10001010 | 1110 | 1100011 | 0 | 101110 | 100100011 | 1100001 | 11011 |
Color Harmonies of #76028A
Complementary color
Monochromatic Colors of #76028A
Black with #76028A
Text Example
Text Example
White with #76028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76028A; }
p { color: rgb(118,2,138); }
H1.HeaderClassName
{
color: #76028A;
}
.AnyTagClassName
{
color: #76028A;
}
</style>
background-color css
<style>
a { background-color: #76028A; }
a { background-color: rgb(118,2,138); }
div.DivClassName
{
background-color: #76028A;
}
.BgClassName
{
background-color: #76028A;
}
</style>
border-color css
<style>
span { border-color: #76028A; }
span { border-color: rgb(118,2,138); }
td.TdClassName
{
border-color: #76028A;
}
.TagClassName
{
border-color: #76028A;
}
</style>