Shades of Royal Purple #753CB1
Tints of Royal Purple #753CB1
RGB
CMYK
RGB Variations
Color information
#753CB1 (or 0x753CB1) is known color: Royal Purple. HEX triplet: 75, 3C and B1. RGB value is (117,60,177). Sum of RGB (Red+Green+Blue) = 117+60+177=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 177 (69.53% from 255 or 50% from 354); Max value from RGB is 177 - color contains mainly: blue. Hex color #753CB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753CB1 is #8AC34E. Grayscale: #595959. Windows color (decimal): -9093967 or 11615349. OLE color: 11615349.
HSL color Cylindrical-coordinate representation of color #753CB1: hue angle of 269.23º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #753CB1 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 60 | 177 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.31 |
| HSL | 269.23º | 0.49% | 0.46% | - |
| HSV(B) | 269.23º | 0.66% | 0.69% | - |
| XYZ | 16.89 | 10.19 | 42.67 | - |
| YUV | 90.38 | 176.88 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 60 | 177 | 0.34 | 0.66 | 0 | 0.31 | 269.23 | 0.49 | 0.46 |
| Hex | 75 | 3C | B1 | 22 | 42 | 0 | 1F | 10D | 31 | 2E |
| Octal | 165 | 74 | 261 | 42 | 102 | 0 | 37 | 415 | 61 | 56 |
| Binary | 1110101 | 111100 | 10110001 | 100010 | 1000010 | 0 | 11111 | 100001101 | 110001 | 101110 |
Color Harmonies of #753CB1
Complementary color
Monochromatic Colors of #753CB1
Black with #753CB1
Text Example
Text Example
White with #753CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753CB1; }
p { color: rgb(117,60,177); }
H1.HeaderClassName
{
color: #753CB1;
}
.AnyTagClassName
{
color: #753CB1;
}
</style>
background-color css
<style>
a { background-color: #753CB1; }
a { background-color: rgb(117,60,177); }
div.DivClassName
{
background-color: #753CB1;
}
.BgClassName
{
background-color: #753CB1;
}
</style>
border-color css
<style>
span { border-color: #753CB1; }
span { border-color: rgb(117,60,177); }
td.TdClassName
{
border-color: #753CB1;
}
.TagClassName
{
border-color: #753CB1;
}
</style>