Shades of Royal Purple #753BAC
Tints of Royal Purple #753BAC
RGB
CMYK
RGB Variations
Color information
#753BAC (or 0x753BAC) is known color: Royal Purple. HEX triplet: 75, 3B and AC. RGB value is (117,59,172). Sum of RGB (Red+Green+Blue) = 117+59+172=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 59 (23.44% from 255 or 16.95% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #753BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753BAC is #8AC453. Grayscale: #585858. Windows color (decimal): -9094228 or 11287413. OLE color: 11287413.
HSL color Cylindrical-coordinate representation of color #753BAC: hue angle of 270.8º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #753BAC is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 59 | 172 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.33 |
| HSL | 270.8º | 0.49% | 0.45% | - |
| HSV(B) | 270.8º | 0.66% | 0.67% | - |
| XYZ | 16.35 | 9.89 | 40.08 | - |
| YUV | 89.22 | 174.72 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 59 | 172 | 0.32 | 0.66 | 0 | 0.33 | 270.8 | 0.49 | 0.45 |
| Hex | 75 | 3B | AC | 20 | 42 | 0 | 21 | 10F | 31 | 2D |
| Octal | 165 | 73 | 254 | 40 | 102 | 0 | 41 | 417 | 61 | 55 |
| Binary | 1110101 | 111011 | 10101100 | 100000 | 1000010 | 0 | 100001 | 100001111 | 110001 | 101101 |
Color Harmonies of #753BAC
Complementary color
Monochromatic Colors of #753BAC
Black with #753BAC
Text Example
Text Example
White with #753BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753BAC; }
p { color: rgb(117,59,172); }
H1.HeaderClassName
{
color: #753BAC;
}
.AnyTagClassName
{
color: #753BAC;
}
</style>
background-color css
<style>
a { background-color: #753BAC; }
a { background-color: rgb(117,59,172); }
div.DivClassName
{
background-color: #753BAC;
}
.BgClassName
{
background-color: #753BAC;
}
</style>
border-color css
<style>
span { border-color: #753BAC; }
span { border-color: rgb(117,59,172); }
td.TdClassName
{
border-color: #753BAC;
}
.TagClassName
{
border-color: #753BAC;
}
</style>