Shades of Purple #760286
Tints of Purple #760286
RGB
CMYK
RGB Variations
Color information
#760286 (or 0x760286) is known color: Purple. HEX triplet: 76, 02 and 86. RGB value is (118,2,134). Sum of RGB (Red+Green+Blue) = 118+2+134=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 134 (52.73% from 255 or 52.76% from 254); Max value from RGB is 134 - color contains mainly: blue. Hex color #760286 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760286 is #89FD79. Grayscale: #333333. Windows color (decimal): -9043322 or 8782454. OLE color: 8782454.
HSL color Cylindrical-coordinate representation of color #760286: hue angle of 292.73º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #760286 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 2 | 134 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.47 |
| HSL | 292.73º | 0.97% | 0.27% | - |
| HSV(B) | 292.73º | 0.99% | 0.53% | - |
| XYZ | 11.8 | 5.62 | 23.02 | - |
| YUV | 51.73 | 174.43 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 2 | 134 | 0.12 | 0.99 | 0 | 0.47 | 292.73 | 0.97 | 0.27 |
| Hex | 76 | 2 | 86 | C | 63 | 0 | 2F | 125 | 61 | 1B |
| Octal | 166 | 2 | 206 | 14 | 143 | 0 | 57 | 445 | 141 | 33 |
| Binary | 1110110 | 10 | 10000110 | 1100 | 1100011 | 0 | 101111 | 100100101 | 1100001 | 11011 |
Color Harmonies of #760286
Complementary color
Monochromatic Colors of #760286
Black with #760286
Text Example
Text Example
White with #760286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760286; }
p { color: rgb(118,2,134); }
H1.HeaderClassName
{
color: #760286;
}
.AnyTagClassName
{
color: #760286;
}
</style>
background-color css
<style>
a { background-color: #760286; }
a { background-color: rgb(118,2,134); }
div.DivClassName
{
background-color: #760286;
}
.BgClassName
{
background-color: #760286;
}
</style>
border-color css
<style>
span { border-color: #760286; }
span { border-color: rgb(118,2,134); }
td.TdClassName
{
border-color: #760286;
}
.TagClassName
{
border-color: #760286;
}
</style>