Shades of Purple #761275
Tints of Purple #761275
RGB
CMYK
RGB Variations
Color information
#761275 (or 0x761275) is known color: Purple. HEX triplet: 76, 12 and 75. RGB value is (118,18,117). Sum of RGB (Red+Green+Blue) = 118+18+117=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #761275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761275 is #89ED8A. Grayscale: #3A3A3A. Windows color (decimal): -9039243 or 7672438. OLE color: 7672438.
HSL color Cylindrical-coordinate representation of color #761275: hue angle of 300.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761275 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 18 | 117 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.54 |
| HSL | 300.6º | 0.74% | 0.27% | - |
| HSV(B) | 300.6º | 0.85% | 0.46% | - |
| XYZ | 10.9 | 5.57 | 17.33 | - |
| YUV | 59.19 | 160.63 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 18 | 117 | 0 | 0.85 | 0.01 | 0.54 | 300.6 | 0.74 | 0.27 |
| Hex | 76 | 12 | 75 | 0 | 55 | 1 | 36 | 12D | 4A | 1B |
| Octal | 166 | 22 | 165 | 0 | 125 | 1 | 66 | 455 | 112 | 33 |
| Binary | 1110110 | 10010 | 1110101 | 0 | 1010101 | 1 | 110110 | 100101101 | 1001010 | 11011 |
Color Harmonies of #761275
Complementary color
Monochromatic Colors of #761275
Black with #761275
Text Example
Text Example
White with #761275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761275; }
p { color: rgb(118,18,117); }
H1.HeaderClassName
{
color: #761275;
}
.AnyTagClassName
{
color: #761275;
}
</style>
background-color css
<style>
a { background-color: #761275; }
a { background-color: rgb(118,18,117); }
div.DivClassName
{
background-color: #761275;
}
.BgClassName
{
background-color: #761275;
}
</style>
border-color css
<style>
span { border-color: #761275; }
span { border-color: rgb(118,18,117); }
td.TdClassName
{
border-color: #761275;
}
.TagClassName
{
border-color: #761275;
}
</style>