Shades of Purple #760568
Tints of Purple #760568
RGB
CMYK
RGB Variations
Color information
#760568 (or 0x760568) is known color: Purple. HEX triplet: 76, 05 and 68. RGB value is (118,5,104). Sum of RGB (Red+Green+Blue) = 118+5+104=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #760568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760568 is #89FA97. Grayscale: #313131. Windows color (decimal): -9042584 or 6817142. OLE color: 6817142.
HSL color Cylindrical-coordinate representation of color #760568: hue angle of 307.43º 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 #760568 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 5 | 104 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.54 |
| HSL | 307.43º | 0.92% | 0.24% | - |
| HSV(B) | 307.43º | 0.96% | 0.46% | - |
| XYZ | 10.02 | 4.96 | 13.53 | - |
| YUV | 50.07 | 158.44 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 5 | 104 | 0 | 0.96 | 0.12 | 0.54 | 307.43 | 0.92 | 0.24 |
| Hex | 76 | 5 | 68 | 0 | 60 | C | 36 | 133 | 5C | 18 |
| Octal | 166 | 5 | 150 | 0 | 140 | 14 | 66 | 463 | 134 | 30 |
| Binary | 1110110 | 101 | 1101000 | 0 | 1100000 | 1100 | 110110 | 100110011 | 1011100 | 11000 |
Color Harmonies of #760568
Complementary color
Monochromatic Colors of #760568
Black with #760568
Text Example
Text Example
White with #760568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760568; }
p { color: rgb(118,5,104); }
H1.HeaderClassName
{
color: #760568;
}
.AnyTagClassName
{
color: #760568;
}
</style>
background-color css
<style>
a { background-color: #760568; }
a { background-color: rgb(118,5,104); }
div.DivClassName
{
background-color: #760568;
}
.BgClassName
{
background-color: #760568;
}
</style>
border-color css
<style>
span { border-color: #760568; }
span { border-color: rgb(118,5,104); }
td.TdClassName
{
border-color: #760568;
}
.TagClassName
{
border-color: #760568;
}
</style>