Shades of Purple #751295
Tints of Purple #751295
RGB
CMYK
RGB Variations
Color information
#751295 (or 0x751295) is known color: Purple. HEX triplet: 75, 12 and 95. RGB value is (117,18,149). Sum of RGB (Red+Green+Blue) = 117+18+149=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #751295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751295 is #8AED6A. Grayscale: #3E3E3E. Windows color (decimal): -9104747 or 9769589. OLE color: 9769589.
HSL color Cylindrical-coordinate representation of color #751295: hue angle of 285.34º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #751295 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 18 | 149 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.42 |
| HSL | 285.34º | 0.78% | 0.33% | - |
| HSV(B) | 285.34º | 0.88% | 0.58% | - |
| XYZ | 12.98 | 6.38 | 28.98 | - |
| YUV | 62.54 | 176.8 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 18 | 149 | 0.21 | 0.88 | 0 | 0.42 | 285.34 | 0.78 | 0.33 |
| Hex | 75 | 12 | 95 | 15 | 58 | 0 | 2A | 11D | 4E | 21 |
| Octal | 165 | 22 | 225 | 25 | 130 | 0 | 52 | 435 | 116 | 41 |
| Binary | 1110101 | 10010 | 10010101 | 10101 | 1011000 | 0 | 101010 | 100011101 | 1001110 | 100001 |
Color Harmonies of #751295
Complementary color
Monochromatic Colors of #751295
Black with #751295
Text Example
Text Example
White with #751295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751295; }
p { color: rgb(117,18,149); }
H1.HeaderClassName
{
color: #751295;
}
.AnyTagClassName
{
color: #751295;
}
</style>
background-color css
<style>
a { background-color: #751295; }
a { background-color: rgb(117,18,149); }
div.DivClassName
{
background-color: #751295;
}
.BgClassName
{
background-color: #751295;
}
</style>
border-color css
<style>
span { border-color: #751295; }
span { border-color: rgb(117,18,149); }
td.TdClassName
{
border-color: #751295;
}
.TagClassName
{
border-color: #751295;
}
</style>