Shades of Purple #760B69
Tints of Purple #760B69
RGB
CMYK
RGB Variations
Color information
#760B69 (or 0x760B69) is known color: Purple. HEX triplet: 76, 0B and 69. RGB value is (118,11,105). Sum of RGB (Red+Green+Blue) = 118+11+105=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #760B69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760B69 is #89F496. Grayscale: #353535. Windows color (decimal): -9041047 or 6884214. OLE color: 6884214.
HSL color Cylindrical-coordinate representation of color #760B69: hue angle of 307.29º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760B69 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 11 | 105 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.54 |
| HSL | 307.29º | 0.83% | 0.25% | - |
| HSV(B) | 307.29º | 0.91% | 0.46% | - |
| XYZ | 10.14 | 5.11 | 13.82 | - |
| YUV | 53.71 | 156.95 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 105 | 0 | 0.91 | 0.11 | 0.54 | 307.29 | 0.83 | 0.25 |
| Hex | 76 | B | 69 | 0 | 5B | B | 36 | 133 | 53 | 19 |
| Octal | 166 | 13 | 151 | 0 | 133 | 13 | 66 | 463 | 123 | 31 |
| Binary | 1110110 | 1011 | 1101001 | 0 | 1011011 | 1011 | 110110 | 100110011 | 1010011 | 11001 |
Color Harmonies of #760B69
Complementary color
Monochromatic Colors of #760B69
Black with #760B69
Text Example
Text Example
White with #760B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760B69; }
p { color: rgb(118,11,105); }
H1.HeaderClassName
{
color: #760B69;
}
.AnyTagClassName
{
color: #760B69;
}
</style>
background-color css
<style>
a { background-color: #760B69; }
a { background-color: rgb(118,11,105); }
div.DivClassName
{
background-color: #760B69;
}
.BgClassName
{
background-color: #760B69;
}
</style>
border-color css
<style>
span { border-color: #760B69; }
span { border-color: rgb(118,11,105); }
td.TdClassName
{
border-color: #760B69;
}
.TagClassName
{
border-color: #760B69;
}
</style>