Shades of Purple #760563
Tints of Purple #760563
RGB
CMYK
RGB Variations
Color information
#760563 (or 0x760563) is known color: Purple. HEX triplet: 76, 05 and 63. RGB value is (118,5,99). Sum of RGB (Red+Green+Blue) = 118+5+99=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #760563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760563 is #89FA9C. Grayscale: #313131. Windows color (decimal): -9042589 or 6489462. OLE color: 6489462.
HSL color Cylindrical-coordinate representation of color #760563: hue angle of 310.09º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #760563 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 5 | 99 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.54 |
| HSL | 310.09º | 0.92% | 0.24% | - |
| HSV(B) | 310.09º | 0.96% | 0.46% | - |
| XYZ | 9.78 | 4.86 | 12.23 | - |
| YUV | 49.5 | 155.94 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 5 | 99 | 0 | 0.96 | 0.16 | 0.54 | 310.09 | 0.92 | 0.24 |
| Hex | 76 | 5 | 63 | 0 | 60 | 10 | 36 | 136 | 5C | 18 |
| Octal | 166 | 5 | 143 | 0 | 140 | 20 | 66 | 466 | 134 | 30 |
| Binary | 1110110 | 101 | 1100011 | 0 | 1100000 | 10000 | 110110 | 100110110 | 1011100 | 11000 |
Color Harmonies of #760563
Complementary color
Monochromatic Colors of #760563
Black with #760563
Text Example
Text Example
White with #760563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760563; }
p { color: rgb(118,5,99); }
H1.HeaderClassName
{
color: #760563;
}
.AnyTagClassName
{
color: #760563;
}
</style>
background-color css
<style>
a { background-color: #760563; }
a { background-color: rgb(118,5,99); }
div.DivClassName
{
background-color: #760563;
}
.BgClassName
{
background-color: #760563;
}
</style>
border-color css
<style>
span { border-color: #760563; }
span { border-color: rgb(118,5,99); }
td.TdClassName
{
border-color: #760563;
}
.TagClassName
{
border-color: #760563;
}
</style>