Shades of Purple #750463
Tints of Purple #750463
RGB
CMYK
RGB Variations
Color information
#750463 (or 0x750463) is known color: Purple. HEX triplet: 75, 04 and 63. RGB value is (117,4,99). Sum of RGB (Red+Green+Blue) = 117+4+99=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #750463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750463 is #8AFB9C. Grayscale: #303030. Windows color (decimal): -9108381 or 6489205. OLE color: 6489205.
HSL color Cylindrical-coordinate representation of color #750463: hue angle of 309.56º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #750463 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 4 | 99 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.54 |
| HSL | 309.56º | 0.93% | 0.24% | - |
| HSV(B) | 309.56º | 0.97% | 0.46% | - |
| XYZ | 9.63 | 4.77 | 12.22 | - |
| YUV | 48.62 | 156.44 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 4 | 99 | 0 | 0.97 | 0.15 | 0.54 | 309.56 | 0.93 | 0.24 |
| Hex | 75 | 4 | 63 | 0 | 61 | F | 36 | 136 | 5D | 18 |
| Octal | 165 | 4 | 143 | 0 | 141 | 17 | 66 | 466 | 135 | 30 |
| Binary | 1110101 | 100 | 1100011 | 0 | 1100001 | 1111 | 110110 | 100110110 | 1011101 | 11000 |
Color Harmonies of #750463
Complementary color
Monochromatic Colors of #750463
Black with #750463
Text Example
Text Example
White with #750463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750463; }
p { color: rgb(117,4,99); }
H1.HeaderClassName
{
color: #750463;
}
.AnyTagClassName
{
color: #750463;
}
</style>
background-color css
<style>
a { background-color: #750463; }
a { background-color: rgb(117,4,99); }
div.DivClassName
{
background-color: #750463;
}
.BgClassName
{
background-color: #750463;
}
</style>
border-color css
<style>
span { border-color: #750463; }
span { border-color: rgb(117,4,99); }
td.TdClassName
{
border-color: #750463;
}
.TagClassName
{
border-color: #750463;
}
</style>