Shades of Purple #760D78
Tints of Purple #760D78
RGB
CMYK
RGB Variations
Color information
#760D78 (or 0x760D78) is known color: Purple. HEX triplet: 76, 0D and 78. RGB value is (118,13,120). Sum of RGB (Red+Green+Blue) = 118+13+120=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 120 (47.27% from 255 or 47.81% from 251); Max value from RGB is 120 - color contains mainly: blue. Hex color #760D78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760D78 is #89F287. Grayscale: #383838. Windows color (decimal): -9040520 or 7867766. OLE color: 7867766.
HSL color Cylindrical-coordinate representation of color #760D78: hue angle of 298.88º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #760D78 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 13 | 120 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.53 |
| HSL | 298.88º | 0.8% | 0.26% | - |
| HSV(B) | 298.88º | 0.89% | 0.47% | - |
| XYZ | 11.01 | 5.5 | 18.25 | - |
| YUV | 56.59 | 163.79 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 13 | 120 | 0.02 | 0.89 | 0 | 0.53 | 298.88 | 0.8 | 0.26 |
| Hex | 76 | D | 78 | 2 | 59 | 0 | 35 | 12B | 50 | 1A |
| Octal | 166 | 15 | 170 | 2 | 131 | 0 | 65 | 453 | 120 | 32 |
| Binary | 1110110 | 1101 | 1111000 | 10 | 1011001 | 0 | 110101 | 100101011 | 1010000 | 11010 |
Color Harmonies of #760D78
Complementary color
Monochromatic Colors of #760D78
Black with #760D78
Text Example
Text Example
White with #760D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760D78; }
p { color: rgb(118,13,120); }
H1.HeaderClassName
{
color: #760D78;
}
.AnyTagClassName
{
color: #760D78;
}
</style>
background-color css
<style>
a { background-color: #760D78; }
a { background-color: rgb(118,13,120); }
div.DivClassName
{
background-color: #760D78;
}
.BgClassName
{
background-color: #760D78;
}
</style>
border-color css
<style>
span { border-color: #760D78; }
span { border-color: rgb(118,13,120); }
td.TdClassName
{
border-color: #760D78;
}
.TagClassName
{
border-color: #760D78;
}
</style>