Shades of Royal Purple #653BA7
Tints of Royal Purple #653BA7
RGB
CMYK
RGB Variations
Color information
#653BA7 (or 0x653BA7) is known color: Royal Purple. HEX triplet: 65, 3B and A7. RGB value is (101,59,167). Sum of RGB (Red+Green+Blue) = 101+59+167=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 167 (65.62% from 255 or 51.07% from 327); Max value from RGB is 167 - color contains mainly: blue. Hex color #653BA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653BA7 is #9AC458. Grayscale: #535353. Windows color (decimal): -10142809 or 10959717. OLE color: 10959717.
HSL color Cylindrical-coordinate representation of color #653BA7: hue angle of 263.33º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #653BA7 is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 59 | 167 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.35 |
| HSL | 263.33º | 0.48% | 0.44% | - |
| HSV(B) | 263.33º | 0.65% | 0.65% | - |
| XYZ | 13.91 | 8.68 | 37.5 | - |
| YUV | 83.87 | 174.91 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 167 | 0.40 | 0.65 | 0 | 0.35 | 263.33 | 0.48 | 0.44 |
| Hex | 65 | 3B | A7 | 28 | 41 | 0 | 23 | 107 | 30 | 2C |
| Octal | 145 | 73 | 247 | 50 | 101 | 0 | 43 | 407 | 60 | 54 |
| Binary | 1100101 | 111011 | 10100111 | 101000 | 1000001 | 0 | 100011 | 100000111 | 110000 | 101100 |
Color Harmonies of #653BA7
Complementary color
Monochromatic Colors of #653BA7
Black with #653BA7
Text Example
Text Example
White with #653BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653BA7; }
p { color: rgb(101,59,167); }
H1.HeaderClassName
{
color: #653BA7;
}
.AnyTagClassName
{
color: #653BA7;
}
</style>
background-color css
<style>
a { background-color: #653BA7; }
a { background-color: rgb(101,59,167); }
div.DivClassName
{
background-color: #653BA7;
}
.BgClassName
{
background-color: #653BA7;
}
</style>
border-color css
<style>
span { border-color: #653BA7; }
span { border-color: rgb(101,59,167); }
td.TdClassName
{
border-color: #653BA7;
}
.TagClassName
{
border-color: #653BA7;
}
</style>