Shades of Purple #760B72
Tints of Purple #760B72
RGB
CMYK
RGB Variations
Color information
#760B72 (or 0x760B72) is known color: Purple. HEX triplet: 76, 0B and 72. RGB value is (118,11,114). Sum of RGB (Red+Green+Blue) = 118+11+114=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #760B72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760B72 is #89F48D. Grayscale: #363636. Windows color (decimal): -9041038 or 7474038. OLE color: 7474038.
HSL color Cylindrical-coordinate representation of color #760B72: hue angle of 302.24º 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 #760B72 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 11 | 114 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.54 |
| HSL | 302.24º | 0.83% | 0.25% | - |
| HSV(B) | 302.24º | 0.91% | 0.46% | - |
| XYZ | 10.63 | 5.31 | 16.38 | - |
| YUV | 54.74 | 161.45 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 114 | 0 | 0.91 | 0.03 | 0.54 | 302.24 | 0.83 | 0.25 |
| Hex | 76 | B | 72 | 0 | 5B | 3 | 36 | 12E | 53 | 19 |
| Octal | 166 | 13 | 162 | 0 | 133 | 3 | 66 | 456 | 123 | 31 |
| Binary | 1110110 | 1011 | 1110010 | 0 | 1011011 | 11 | 110110 | 100101110 | 1010011 | 11001 |
Color Harmonies of #760B72
Complementary color
Monochromatic Colors of #760B72
Black with #760B72
Text Example
Text Example
White with #760B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760B72; }
p { color: rgb(118,11,114); }
H1.HeaderClassName
{
color: #760B72;
}
.AnyTagClassName
{
color: #760B72;
}
</style>
background-color css
<style>
a { background-color: #760B72; }
a { background-color: rgb(118,11,114); }
div.DivClassName
{
background-color: #760B72;
}
.BgClassName
{
background-color: #760B72;
}
</style>
border-color css
<style>
span { border-color: #760B72; }
span { border-color: rgb(118,11,114); }
td.TdClassName
{
border-color: #760B72;
}
.TagClassName
{
border-color: #760B72;
}
</style>