Shades of Royal Purple #753FA6
Tints of Royal Purple #753FA6
RGB
CMYK
RGB Variations
Color information
#753FA6 (or 0x753FA6) is known color: Royal Purple. HEX triplet: 75, 3F and A6. RGB value is (117,63,166). Sum of RGB (Red+Green+Blue) = 117+63+166=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 166 (65.23% from 255 or 47.98% from 346); Max value from RGB is 166 - color contains mainly: blue. Hex color #753FA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753FA6 is #8AC059. Grayscale: #5A5A5A. Windows color (decimal): -9093210 or 10895221. OLE color: 10895221.
HSL color Cylindrical-coordinate representation of color #753FA6: hue angle of 271.46º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #753FA6 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 63 | 166 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.35 |
| HSL | 271.46º | 0.45% | 0.45% | - |
| HSV(B) | 271.46º | 0.62% | 0.65% | - |
| XYZ | 16 | 10.09 | 37.18 | - |
| YUV | 90.89 | 170.39 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 166 | 0.30 | 0.62 | 0 | 0.35 | 271.46 | 0.45 | 0.45 |
| Hex | 75 | 3F | A6 | 1E | 3E | 0 | 23 | 10F | 2D | 2D |
| Octal | 165 | 77 | 246 | 36 | 76 | 0 | 43 | 417 | 55 | 55 |
| Binary | 1110101 | 111111 | 10100110 | 11110 | 111110 | 0 | 100011 | 100001111 | 101101 | 101101 |
Color Harmonies of #753FA6
Complementary color
Monochromatic Colors of #753FA6
Black with #753FA6
Text Example
Text Example
White with #753FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753FA6; }
p { color: rgb(117,63,166); }
H1.HeaderClassName
{
color: #753FA6;
}
.AnyTagClassName
{
color: #753FA6;
}
</style>
background-color css
<style>
a { background-color: #753FA6; }
a { background-color: rgb(117,63,166); }
div.DivClassName
{
background-color: #753FA6;
}
.BgClassName
{
background-color: #753FA6;
}
</style>
border-color css
<style>
span { border-color: #753FA6; }
span { border-color: rgb(117,63,166); }
td.TdClassName
{
border-color: #753FA6;
}
.TagClassName
{
border-color: #753FA6;
}
</style>