Shades of Royal Purple #653CAE
Tints of Royal Purple #653CAE
RGB
CMYK
RGB Variations
Color information
#653CAE (or 0x653CAE) is known color: Royal Purple. HEX triplet: 65, 3C and AE. RGB value is (101,60,174). Sum of RGB (Red+Green+Blue) = 101+60+174=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #653CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653CAE is #9AC351. Grayscale: #545454. Windows color (decimal): -10142546 or 11418725. OLE color: 11418725.
HSL color Cylindrical-coordinate representation of color #653CAE: hue angle of 261.58º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #653CAE is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 60 | 174 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.32 |
| HSL | 261.58º | 0.49% | 0.46% | - |
| HSV(B) | 261.58º | 0.66% | 0.68% | - |
| XYZ | 14.62 | 9.05 | 41.02 | - |
| YUV | 85.26 | 178.08 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 174 | 0.42 | 0.66 | 0 | 0.32 | 261.58 | 0.49 | 0.46 |
| Hex | 65 | 3C | AE | 2A | 42 | 0 | 20 | 106 | 31 | 2E |
| Octal | 145 | 74 | 256 | 52 | 102 | 0 | 40 | 406 | 61 | 56 |
| Binary | 1100101 | 111100 | 10101110 | 101010 | 1000010 | 0 | 100000 | 100000110 | 110001 | 101110 |
Color Harmonies of #653CAE
Complementary color
Monochromatic Colors of #653CAE
Black with #653CAE
Text Example
Text Example
White with #653CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653CAE; }
p { color: rgb(101,60,174); }
H1.HeaderClassName
{
color: #653CAE;
}
.AnyTagClassName
{
color: #653CAE;
}
</style>
background-color css
<style>
a { background-color: #653CAE; }
a { background-color: rgb(101,60,174); }
div.DivClassName
{
background-color: #653CAE;
}
.BgClassName
{
background-color: #653CAE;
}
</style>
border-color css
<style>
span { border-color: #653CAE; }
span { border-color: rgb(101,60,174); }
td.TdClassName
{
border-color: #653CAE;
}
.TagClassName
{
border-color: #653CAE;
}
</style>