Shades of Royal Purple #753AAF
Tints of Royal Purple #753AAF
RGB
CMYK
RGB Variations
Color information
#753AAF (or 0x753AAF) is known color: Royal Purple. HEX triplet: 75, 3A and AF. RGB value is (117,58,175). Sum of RGB (Red+Green+Blue) = 117+58+175=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #753AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753AAF is #8AC550. Grayscale: #585858. Windows color (decimal): -9094481 or 11483765. OLE color: 11483765.
HSL color Cylindrical-coordinate representation of color #753AAF: hue angle of 270.26º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #753AAF is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 58 | 175 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.31 |
| HSL | 270.26º | 0.5% | 0.46% | - |
| HSV(B) | 270.26º | 0.67% | 0.69% | - |
| XYZ | 16.59 | 9.9 | 41.59 | - |
| YUV | 88.98 | 176.55 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 58 | 175 | 0.33 | 0.67 | 0 | 0.31 | 270.26 | 0.5 | 0.46 |
| Hex | 75 | 3A | AF | 21 | 43 | 0 | 1F | 10E | 32 | 2E |
| Octal | 165 | 72 | 257 | 41 | 103 | 0 | 37 | 416 | 62 | 56 |
| Binary | 1110101 | 111010 | 10101111 | 100001 | 1000011 | 0 | 11111 | 100001110 | 110010 | 101110 |
Color Harmonies of #753AAF
Complementary color
Monochromatic Colors of #753AAF
Black with #753AAF
Text Example
Text Example
White with #753AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753AAF; }
p { color: rgb(117,58,175); }
H1.HeaderClassName
{
color: #753AAF;
}
.AnyTagClassName
{
color: #753AAF;
}
</style>
background-color css
<style>
a { background-color: #753AAF; }
a { background-color: rgb(117,58,175); }
div.DivClassName
{
background-color: #753AAF;
}
.BgClassName
{
background-color: #753AAF;
}
</style>
border-color css
<style>
span { border-color: #753AAF; }
span { border-color: rgb(117,58,175); }
td.TdClassName
{
border-color: #753AAF;
}
.TagClassName
{
border-color: #753AAF;
}
</style>