Shades of Royal Purple #753BAD
Tints of Royal Purple #753BAD
RGB
CMYK
RGB Variations
Color information
#753BAD (or 0x753BAD) is known color: Royal Purple. HEX triplet: 75, 3B and AD. RGB value is (117,59,173). Sum of RGB (Red+Green+Blue) = 117+59+173=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 59 (23.44% from 255 or 16.91% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #753BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753BAD is #8AC452. Grayscale: #585858. Windows color (decimal): -9094227 or 11352949. OLE color: 11352949.
HSL color Cylindrical-coordinate representation of color #753BAD: hue angle of 270.53º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #753BAD is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 59 | 173 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.32 |
| HSL | 270.53º | 0.49% | 0.45% | - |
| HSV(B) | 270.53º | 0.66% | 0.68% | - |
| XYZ | 16.44 | 9.93 | 40.58 | - |
| YUV | 89.34 | 175.22 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 59 | 173 | 0.32 | 0.66 | 0 | 0.32 | 270.53 | 0.49 | 0.45 |
| Hex | 75 | 3B | AD | 20 | 42 | 0 | 20 | 10F | 31 | 2D |
| Octal | 165 | 73 | 255 | 40 | 102 | 0 | 40 | 417 | 61 | 55 |
| Binary | 1110101 | 111011 | 10101101 | 100000 | 1000010 | 0 | 100000 | 100001111 | 110001 | 101101 |
Color Harmonies of #753BAD
Complementary color
Monochromatic Colors of #753BAD
Black with #753BAD
Text Example
Text Example
White with #753BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753BAD; }
p { color: rgb(117,59,173); }
H1.HeaderClassName
{
color: #753BAD;
}
.AnyTagClassName
{
color: #753BAD;
}
</style>
background-color css
<style>
a { background-color: #753BAD; }
a { background-color: rgb(117,59,173); }
div.DivClassName
{
background-color: #753BAD;
}
.BgClassName
{
background-color: #753BAD;
}
</style>
border-color css
<style>
span { border-color: #753BAD; }
span { border-color: rgb(117,59,173); }
td.TdClassName
{
border-color: #753BAD;
}
.TagClassName
{
border-color: #753BAD;
}
</style>