Shades of Purple #760069
Tints of Purple #760069
RGB
CMYK
RGB Variations
Color information
#760069 (or 0x760069) is known color: Purple. HEX triplet: 76, 00 and 69. RGB value is (118,0,105). Sum of RGB (Red+Green+Blue) = 118+0+105=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #760069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760069 is #89FF96. Grayscale: #2E2E2E. Windows color (decimal): -9043863 or 6881398. OLE color: 6881398.
HSL color Cylindrical-coordinate representation of color #760069: hue angle of 306.61º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #760069 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 0 | 105 | - |
| CMYK | 0 | 1 | 0.11 | 0.54 |
| HSL | 306.61º | 1% | 0.23% | - |
| HSV(B) | 306.61º | 1% | 0.46% | - |
| XYZ | 10.02 | 4.87 | 13.78 | - |
| YUV | 47.25 | 160.59 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 105 | 0 | 1 | 0.11 | 0.54 | 306.61 | 1 | 0.23 |
| Hex | 76 | 0 | 69 | 0 | 64 | B | 36 | 133 | 64 | 17 |
| Octal | 166 | 0 | 151 | 0 | 144 | 13 | 66 | 463 | 144 | 27 |
| Binary | 1110110 | 0 | 1101001 | 0 | 1100100 | 1011 | 110110 | 100110011 | 1100100 | 10111 |
Color Harmonies of #760069
Complementary color
Monochromatic Colors of #760069
Black with #760069
Text Example
Text Example
White with #760069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760069; }
p { color: rgb(118,0,105); }
H1.HeaderClassName
{
color: #760069;
}
.AnyTagClassName
{
color: #760069;
}
</style>
background-color css
<style>
a { background-color: #760069; }
a { background-color: rgb(118,0,105); }
div.DivClassName
{
background-color: #760069;
}
.BgClassName
{
background-color: #760069;
}
</style>
border-color css
<style>
span { border-color: #760069; }
span { border-color: rgb(118,0,105); }
td.TdClassName
{
border-color: #760069;
}
.TagClassName
{
border-color: #760069;
}
</style>