Shades of Royal Purple #753CAD
Tints of Royal Purple #753CAD
RGB
CMYK
RGB Variations
Color information
#753CAD (or 0x753CAD) is known color: Royal Purple. HEX triplet: 75, 3C and AD. RGB value is (117,60,173). Sum of RGB (Red+Green+Blue) = 117+60+173=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #753CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753CAD is #8AC352. Grayscale: #595959. Windows color (decimal): -9093971 or 11353205. OLE color: 11353205.
HSL color Cylindrical-coordinate representation of color #753CAD: hue angle of 270.27º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #753CAD is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 60 | 173 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.32 |
| HSL | 270.27º | 0.48% | 0.46% | - |
| HSV(B) | 270.27º | 0.65% | 0.68% | - |
| XYZ | 16.49 | 10.03 | 40.6 | - |
| YUV | 89.93 | 174.88 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 60 | 173 | 0.32 | 0.65 | 0 | 0.32 | 270.27 | 0.48 | 0.46 |
| Hex | 75 | 3C | AD | 20 | 41 | 0 | 20 | 10E | 30 | 2E |
| Octal | 165 | 74 | 255 | 40 | 101 | 0 | 40 | 416 | 60 | 56 |
| Binary | 1110101 | 111100 | 10101101 | 100000 | 1000001 | 0 | 100000 | 100001110 | 110000 | 101110 |
Color Harmonies of #753CAD
Complementary color
Monochromatic Colors of #753CAD
Black with #753CAD
Text Example
Text Example
White with #753CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753CAD; }
p { color: rgb(117,60,173); }
H1.HeaderClassName
{
color: #753CAD;
}
.AnyTagClassName
{
color: #753CAD;
}
</style>
background-color css
<style>
a { background-color: #753CAD; }
a { background-color: rgb(117,60,173); }
div.DivClassName
{
background-color: #753CAD;
}
.BgClassName
{
background-color: #753CAD;
}
</style>
border-color css
<style>
span { border-color: #753CAD; }
span { border-color: rgb(117,60,173); }
td.TdClassName
{
border-color: #753CAD;
}
.TagClassName
{
border-color: #753CAD;
}
</style>