Shades of Purple #760085
Tints of Purple #760085
RGB
CMYK
RGB Variations
Color information
#760085 (or 0x760085) is known color: Purple. HEX triplet: 76, 00 and 85. RGB value is (118,0,133). Sum of RGB (Red+Green+Blue) = 118+0+133=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #760085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760085 is #89FF7A. Grayscale: #323232. Windows color (decimal): -9043835 or 8716406. OLE color: 8716406.
HSL color Cylindrical-coordinate representation of color #760085: hue angle of 293.23º 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 #760085 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 0 | 133 | - |
| CMYK | 0.11 | 1 | 0 | 0.48 |
| HSL | 293.23º | 1% | 0.26% | - |
| HSV(B) | 293.23º | 1% | 0.52% | - |
| XYZ | 11.7 | 5.55 | 22.64 | - |
| YUV | 50.44 | 174.59 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 133 | 0.11 | 1 | 0 | 0.48 | 293.23 | 1 | 0.26 |
| Hex | 76 | 0 | 85 | B | 64 | 0 | 30 | 125 | 64 | 1A |
| Octal | 166 | 0 | 205 | 13 | 144 | 0 | 60 | 445 | 144 | 32 |
| Binary | 1110110 | 0 | 10000101 | 1011 | 1100100 | 0 | 110000 | 100100101 | 1100100 | 11010 |
Color Harmonies of #760085
Complementary color
Monochromatic Colors of #760085
Black with #760085
Text Example
Text Example
White with #760085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760085; }
p { color: rgb(118,0,133); }
H1.HeaderClassName
{
color: #760085;
}
.AnyTagClassName
{
color: #760085;
}
</style>
background-color css
<style>
a { background-color: #760085; }
a { background-color: rgb(118,0,133); }
div.DivClassName
{
background-color: #760085;
}
.BgClassName
{
background-color: #760085;
}
</style>
border-color css
<style>
span { border-color: #760085; }
span { border-color: rgb(118,0,133); }
td.TdClassName
{
border-color: #760085;
}
.TagClassName
{
border-color: #760085;
}
</style>