Shades of Royal Purple #653EAD
Tints of Royal Purple #653EAD
RGB
CMYK
RGB Variations
Color information
#653EAD (or 0x653EAD) is known color: Royal Purple. HEX triplet: 65, 3E and AD. RGB value is (101,62,173). Sum of RGB (Red+Green+Blue) = 101+62+173=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #653EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653EAD is #9AC152. Grayscale: #555555. Windows color (decimal): -10142035 or 11353701. OLE color: 11353701.
HSL color Cylindrical-coordinate representation of color #653EAD: hue angle of 261.08º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #653EAD is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 62 | 173 | - |
| CMYK | 0.42 | 0.64 | 0 | 0.32 |
| HSL | 261.08º | 0.47% | 0.46% | - |
| HSV(B) | 261.08º | 0.64% | 0.68% | - |
| XYZ | 14.63 | 9.23 | 40.55 | - |
| YUV | 86.32 | 176.92 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 62 | 173 | 0.42 | 0.64 | 0 | 0.32 | 261.08 | 0.47 | 0.46 |
| Hex | 65 | 3E | AD | 2A | 40 | 0 | 20 | 105 | 2F | 2E |
| Octal | 145 | 76 | 255 | 52 | 100 | 0 | 40 | 405 | 57 | 56 |
| Binary | 1100101 | 111110 | 10101101 | 101010 | 1000000 | 0 | 100000 | 100000101 | 101111 | 101110 |
Color Harmonies of #653EAD
Complementary color
Monochromatic Colors of #653EAD
Black with #653EAD
Text Example
Text Example
White with #653EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653EAD; }
p { color: rgb(101,62,173); }
H1.HeaderClassName
{
color: #653EAD;
}
.AnyTagClassName
{
color: #653EAD;
}
</style>
background-color css
<style>
a { background-color: #653EAD; }
a { background-color: rgb(101,62,173); }
div.DivClassName
{
background-color: #653EAD;
}
.BgClassName
{
background-color: #653EAD;
}
</style>
border-color css
<style>
span { border-color: #653EAD; }
span { border-color: rgb(101,62,173); }
td.TdClassName
{
border-color: #653EAD;
}
.TagClassName
{
border-color: #653EAD;
}
</style>