Shades of Royal Purple #753FAC
Tints of Royal Purple #753FAC
RGB
CMYK
RGB Variations
Color information
#753FAC (or 0x753FAC) is known color: Royal Purple. HEX triplet: 75, 3F and AC. RGB value is (117,63,172). Sum of RGB (Red+Green+Blue) = 117+63+172=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #753FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753FAC is #8AC053. Grayscale: #5B5B5B. Windows color (decimal): -9093204 or 11288437. OLE color: 11288437.
HSL color Cylindrical-coordinate representation of color #753FAC: hue angle of 269.72º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #753FAC is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 63 | 172 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.33 |
| HSL | 269.72º | 0.46% | 0.46% | - |
| HSV(B) | 269.72º | 0.63% | 0.67% | - |
| XYZ | 16.56 | 10.32 | 40.15 | - |
| YUV | 91.57 | 173.39 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 172 | 0.32 | 0.63 | 0 | 0.33 | 269.72 | 0.46 | 0.46 |
| Hex | 75 | 3F | AC | 20 | 3F | 0 | 21 | 10E | 2E | 2E |
| Octal | 165 | 77 | 254 | 40 | 77 | 0 | 41 | 416 | 56 | 56 |
| Binary | 1110101 | 111111 | 10101100 | 100000 | 111111 | 0 | 100001 | 100001110 | 101110 | 101110 |
Color Harmonies of #753FAC
Complementary color
Monochromatic Colors of #753FAC
Black with #753FAC
Text Example
Text Example
White with #753FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753FAC; }
p { color: rgb(117,63,172); }
H1.HeaderClassName
{
color: #753FAC;
}
.AnyTagClassName
{
color: #753FAC;
}
</style>
background-color css
<style>
a { background-color: #753FAC; }
a { background-color: rgb(117,63,172); }
div.DivClassName
{
background-color: #753FAC;
}
.BgClassName
{
background-color: #753FAC;
}
</style>
border-color css
<style>
span { border-color: #753FAC; }
span { border-color: rgb(117,63,172); }
td.TdClassName
{
border-color: #753FAC;
}
.TagClassName
{
border-color: #753FAC;
}
</style>