Shades of Royal Purple #753CAC
Tints of Royal Purple #753CAC
RGB
CMYK
RGB Variations
Color information
#753CAC (or 0x753CAC) is known color: Royal Purple. HEX triplet: 75, 3C and AC. RGB value is (117,60,172). Sum of RGB (Red+Green+Blue) = 117+60+172=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #753CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753CAC is #8AC353. Grayscale: #595959. Windows color (decimal): -9093972 or 11287669. OLE color: 11287669.
HSL color Cylindrical-coordinate representation of color #753CAC: hue angle of 270.54º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #753CAC is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 60 | 172 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.33 |
| HSL | 270.54º | 0.48% | 0.45% | - |
| HSV(B) | 270.54º | 0.65% | 0.67% | - |
| XYZ | 16.4 | 9.99 | 40.09 | - |
| YUV | 89.81 | 174.38 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 60 | 172 | 0.32 | 0.65 | 0 | 0.33 | 270.54 | 0.48 | 0.45 |
| Hex | 75 | 3C | AC | 20 | 41 | 0 | 21 | 10F | 30 | 2D |
| Octal | 165 | 74 | 254 | 40 | 101 | 0 | 41 | 417 | 60 | 55 |
| Binary | 1110101 | 111100 | 10101100 | 100000 | 1000001 | 0 | 100001 | 100001111 | 110000 | 101101 |
Color Harmonies of #753CAC
Complementary color
Monochromatic Colors of #753CAC
Black with #753CAC
Text Example
Text Example
White with #753CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753CAC; }
p { color: rgb(117,60,172); }
H1.HeaderClassName
{
color: #753CAC;
}
.AnyTagClassName
{
color: #753CAC;
}
</style>
background-color css
<style>
a { background-color: #753CAC; }
a { background-color: rgb(117,60,172); }
div.DivClassName
{
background-color: #753CAC;
}
.BgClassName
{
background-color: #753CAC;
}
</style>
border-color css
<style>
span { border-color: #753CAC; }
span { border-color: rgb(117,60,172); }
td.TdClassName
{
border-color: #753CAC;
}
.TagClassName
{
border-color: #753CAC;
}
</style>