Shades of Royal Purple #653295
Tints of Royal Purple #653295
RGB
CMYK
RGB Variations
Color information
#653295 (or 0x653295) is known color: Royal Purple. HEX triplet: 65, 32 and 95. RGB value is (101,50,149). Sum of RGB (Red+Green+Blue) = 101+50+149=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #653295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653295 is #9ACD6A. Grayscale: #4C4C4C. Windows color (decimal): -10145131 or 9777765. OLE color: 9777765.
HSL color Cylindrical-coordinate representation of color #653295: hue angle of 270.91º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #653295 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 50 | 149 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.42 |
| HSL | 270.91º | 0.5% | 0.39% | - |
| HSV(B) | 270.91º | 0.66% | 0.58% | - |
| XYZ | 11.93 | 7.22 | 29.2 | - |
| YUV | 76.54 | 168.9 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 149 | 0.32 | 0.66 | 0 | 0.42 | 270.91 | 0.5 | 0.39 |
| Hex | 65 | 32 | 95 | 20 | 42 | 0 | 2A | 10F | 32 | 27 |
| Octal | 145 | 62 | 225 | 40 | 102 | 0 | 52 | 417 | 62 | 47 |
| Binary | 1100101 | 110010 | 10010101 | 100000 | 1000010 | 0 | 101010 | 100001111 | 110010 | 100111 |
Color Harmonies of #653295
Complementary color
Monochromatic Colors of #653295
Black with #653295
Text Example
Text Example
White with #653295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653295; }
p { color: rgb(101,50,149); }
H1.HeaderClassName
{
color: #653295;
}
.AnyTagClassName
{
color: #653295;
}
</style>
background-color css
<style>
a { background-color: #653295; }
a { background-color: rgb(101,50,149); }
div.DivClassName
{
background-color: #653295;
}
.BgClassName
{
background-color: #653295;
}
</style>
border-color css
<style>
span { border-color: #653295; }
span { border-color: rgb(101,50,149); }
td.TdClassName
{
border-color: #653295;
}
.TagClassName
{
border-color: #653295;
}
</style>