Shades of Royal Purple #653EAC
Tints of Royal Purple #653EAC
RGB
CMYK
RGB Variations
Color information
#653EAC (or 0x653EAC) is known color: Royal Purple. HEX triplet: 65, 3E and AC. RGB value is (101,62,172). Sum of RGB (Red+Green+Blue) = 101+62+172=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #653EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653EAC is #9AC153. Grayscale: #555555. Windows color (decimal): -10142036 or 11288165. OLE color: 11288165.
HSL color Cylindrical-coordinate representation of color #653EAC: hue angle of 261.27º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #653EAC is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 62 | 172 | - |
| CMYK | 0.41 | 0.64 | 0 | 0.33 |
| HSL | 261.27º | 0.47% | 0.46% | - |
| HSV(B) | 261.27º | 0.64% | 0.67% | - |
| XYZ | 14.54 | 9.19 | 40.04 | - |
| YUV | 86.2 | 176.42 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 62 | 172 | 0.41 | 0.64 | 0 | 0.33 | 261.27 | 0.47 | 0.46 |
| Hex | 65 | 3E | AC | 29 | 40 | 0 | 21 | 105 | 2F | 2E |
| Octal | 145 | 76 | 254 | 51 | 100 | 0 | 41 | 405 | 57 | 56 |
| Binary | 1100101 | 111110 | 10101100 | 101001 | 1000000 | 0 | 100001 | 100000101 | 101111 | 101110 |
Color Harmonies of #653EAC
Complementary color
Monochromatic Colors of #653EAC
Black with #653EAC
Text Example
Text Example
White with #653EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653EAC; }
p { color: rgb(101,62,172); }
H1.HeaderClassName
{
color: #653EAC;
}
.AnyTagClassName
{
color: #653EAC;
}
</style>
background-color css
<style>
a { background-color: #653EAC; }
a { background-color: rgb(101,62,172); }
div.DivClassName
{
background-color: #653EAC;
}
.BgClassName
{
background-color: #653EAC;
}
</style>
border-color css
<style>
span { border-color: #653EAC; }
span { border-color: rgb(101,62,172); }
td.TdClassName
{
border-color: #653EAC;
}
.TagClassName
{
border-color: #653EAC;
}
</style>