Shades of Purple #760863
Tints of Purple #760863
RGB
CMYK
RGB Variations
Color information
#760863 (or 0x760863) is known color: Purple. HEX triplet: 76, 08 and 63. RGB value is (118,8,99). Sum of RGB (Red+Green+Blue) = 118+8+99=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #760863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760863 is #89F79C. Grayscale: #333333. Windows color (decimal): -9041821 or 6490230. OLE color: 6490230.
HSL color Cylindrical-coordinate representation of color #760863: hue angle of 310.36º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760863 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 8 | 99 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.54 |
| HSL | 310.36º | 0.87% | 0.25% | - |
| HSV(B) | 310.36º | 0.93% | 0.46% | - |
| XYZ | 9.81 | 4.93 | 12.24 | - |
| YUV | 51.26 | 154.94 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 8 | 99 | 0 | 0.93 | 0.16 | 0.54 | 310.36 | 0.87 | 0.25 |
| Hex | 76 | 8 | 63 | 0 | 5D | 10 | 36 | 136 | 57 | 19 |
| Octal | 166 | 10 | 143 | 0 | 135 | 20 | 66 | 466 | 127 | 31 |
| Binary | 1110110 | 1000 | 1100011 | 0 | 1011101 | 10000 | 110110 | 100110110 | 1010111 | 11001 |
Color Harmonies of #760863
Complementary color
Monochromatic Colors of #760863
Black with #760863
Text Example
Text Example
White with #760863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760863; }
p { color: rgb(118,8,99); }
H1.HeaderClassName
{
color: #760863;
}
.AnyTagClassName
{
color: #760863;
}
</style>
background-color css
<style>
a { background-color: #760863; }
a { background-color: rgb(118,8,99); }
div.DivClassName
{
background-color: #760863;
}
.BgClassName
{
background-color: #760863;
}
</style>
border-color css
<style>
span { border-color: #760863; }
span { border-color: rgb(118,8,99); }
td.TdClassName
{
border-color: #760863;
}
.TagClassName
{
border-color: #760863;
}
</style>