Shades of Purple #751276
Tints of Purple #751276
RGB
CMYK
RGB Variations
Color information
#751276 (or 0x751276) is known color: Purple. HEX triplet: 75, 12 and 76. RGB value is (117,18,118). Sum of RGB (Red+Green+Blue) = 117+18+118=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #751276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751276 is #8AED89. Grayscale: #3A3A3A. Windows color (decimal): -9104778 or 7737973. OLE color: 7737973.
HSL color Cylindrical-coordinate representation of color #751276: hue angle of 299.4º 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 #751276 is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 18 | 118 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.54 |
| HSL | 299.4º | 0.74% | 0.27% | - |
| HSV(B) | 299.4º | 0.85% | 0.46% | - |
| XYZ | 10.82 | 5.52 | 17.64 | - |
| YUV | 59 | 161.3 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 18 | 118 | 0.01 | 0.85 | 0 | 0.54 | 299.4 | 0.74 | 0.27 |
| Hex | 75 | 12 | 76 | 1 | 55 | 0 | 36 | 12B | 4A | 1B |
| Octal | 165 | 22 | 166 | 1 | 125 | 0 | 66 | 453 | 112 | 33 |
| Binary | 1110101 | 10010 | 1110110 | 1 | 1010101 | 0 | 110110 | 100101011 | 1001010 | 11011 |
Color Harmonies of #751276
Complementary color
Monochromatic Colors of #751276
Black with #751276
Text Example
Text Example
White with #751276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751276; }
p { color: rgb(117,18,118); }
H1.HeaderClassName
{
color: #751276;
}
.AnyTagClassName
{
color: #751276;
}
</style>
background-color css
<style>
a { background-color: #751276; }
a { background-color: rgb(117,18,118); }
div.DivClassName
{
background-color: #751276;
}
.BgClassName
{
background-color: #751276;
}
</style>
border-color css
<style>
span { border-color: #751276; }
span { border-color: rgb(117,18,118); }
td.TdClassName
{
border-color: #751276;
}
.TagClassName
{
border-color: #751276;
}
</style>