Shades of Royal Purple #653CA0
Tints of Royal Purple #653CA0
RGB
CMYK
RGB Variations
Color information
#653CA0 (or 0x653CA0) is known color: Royal Purple. HEX triplet: 65, 3C and A0. RGB value is (101,60,160). Sum of RGB (Red+Green+Blue) = 101+60+160=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 160 (62.89% from 255 or 49.84% from 321); Max value from RGB is 160 - color contains mainly: blue. Hex color #653CA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653CA0 is #9AC35F. Grayscale: #535353. Windows color (decimal): -10142560 or 10501221. OLE color: 10501221.
HSL color Cylindrical-coordinate representation of color #653CA0: hue angle of 264.6º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #653CA0 is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 60 | 160 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.37 |
| HSL | 264.6º | 0.45% | 0.43% | - |
| HSV(B) | 264.6º | 0.63% | 0.63% | - |
| XYZ | 13.33 | 8.54 | 34.2 | - |
| YUV | 83.66 | 171.08 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 160 | 0.37 | 0.62 | 0 | 0.37 | 264.6 | 0.45 | 0.43 |
| Hex | 65 | 3C | A0 | 25 | 3E | 0 | 25 | 109 | 2D | 2B |
| Octal | 145 | 74 | 240 | 45 | 76 | 0 | 45 | 411 | 55 | 53 |
| Binary | 1100101 | 111100 | 10100000 | 100101 | 111110 | 0 | 100101 | 100001001 | 101101 | 101011 |
Color Harmonies of #653CA0
Complementary color
Monochromatic Colors of #653CA0
Black with #653CA0
Text Example
Text Example
White with #653CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653CA0; }
p { color: rgb(101,60,160); }
H1.HeaderClassName
{
color: #653CA0;
}
.AnyTagClassName
{
color: #653CA0;
}
</style>
background-color css
<style>
a { background-color: #653CA0; }
a { background-color: rgb(101,60,160); }
div.DivClassName
{
background-color: #653CA0;
}
.BgClassName
{
background-color: #653CA0;
}
</style>
border-color css
<style>
span { border-color: #653CA0; }
span { border-color: rgb(101,60,160); }
td.TdClassName
{
border-color: #653CA0;
}
.TagClassName
{
border-color: #653CA0;
}
</style>