Shades of Purple #760084
Tints of Purple #760084
RGB
CMYK
RGB Variations
Color information
#760084 (or 0x760084) is known color: Purple. HEX triplet: 76, 00 and 84. RGB value is (118,0,132). Sum of RGB (Red+Green+Blue) = 118+0+132=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #760084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760084 is #89FF7B. Grayscale: #313131. Windows color (decimal): -9043836 or 8650870. OLE color: 8650870.
HSL color Cylindrical-coordinate representation of color #760084: hue angle of 293.64º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #760084 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 0 | 132 | - |
| CMYK | 0.11 | 1 | 0 | 0.48 |
| HSL | 293.64º | 1% | 0.26% | - |
| HSV(B) | 293.64º | 1% | 0.52% | - |
| XYZ | 11.64 | 5.52 | 22.28 | - |
| YUV | 50.33 | 174.09 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 132 | 0.11 | 1 | 0 | 0.48 | 293.64 | 1 | 0.26 |
| Hex | 76 | 0 | 84 | B | 64 | 0 | 30 | 126 | 64 | 1A |
| Octal | 166 | 0 | 204 | 13 | 144 | 0 | 60 | 446 | 144 | 32 |
| Binary | 1110110 | 0 | 10000100 | 1011 | 1100100 | 0 | 110000 | 100100110 | 1100100 | 11010 |
Color Harmonies of #760084
Complementary color
Monochromatic Colors of #760084
Black with #760084
Text Example
Text Example
White with #760084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760084; }
p { color: rgb(118,0,132); }
H1.HeaderClassName
{
color: #760084;
}
.AnyTagClassName
{
color: #760084;
}
</style>
background-color css
<style>
a { background-color: #760084; }
a { background-color: rgb(118,0,132); }
div.DivClassName
{
background-color: #760084;
}
.BgClassName
{
background-color: #760084;
}
</style>
border-color css
<style>
span { border-color: #760084; }
span { border-color: rgb(118,0,132); }
td.TdClassName
{
border-color: #760084;
}
.TagClassName
{
border-color: #760084;
}
</style>