Shades of Royal Purple #653393
Tints of Royal Purple #653393
RGB
CMYK
RGB Variations
Color information
#653393 (or 0x653393) is known color: Royal Purple. HEX triplet: 65, 33 and 93. RGB value is (101,51,147). Sum of RGB (Red+Green+Blue) = 101+51+147=299 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.78% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #653393 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653393 is #9ACC6C. Grayscale: #4C4C4C. Windows color (decimal): -10144877 or 9646949. OLE color: 9646949.
HSL color Cylindrical-coordinate representation of color #653393: hue angle of 271.25º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #653393 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 51 | 147 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.42 |
| HSL | 271.25º | 0.48% | 0.39% | - |
| HSV(B) | 271.25º | 0.65% | 0.58% | - |
| XYZ | 11.82 | 7.24 | 28.38 | - |
| YUV | 76.89 | 167.57 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 147 | 0.31 | 0.65 | 0 | 0.42 | 271.25 | 0.48 | 0.39 |
| Hex | 65 | 33 | 93 | 1F | 41 | 0 | 2A | 10F | 30 | 27 |
| Octal | 145 | 63 | 223 | 37 | 101 | 0 | 52 | 417 | 60 | 47 |
| Binary | 1100101 | 110011 | 10010011 | 11111 | 1000001 | 0 | 101010 | 100001111 | 110000 | 100111 |
Color Harmonies of #653393
Complementary color
Monochromatic Colors of #653393
Black with #653393
Text Example
Text Example
White with #653393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653393; }
p { color: rgb(101,51,147); }
H1.HeaderClassName
{
color: #653393;
}
.AnyTagClassName
{
color: #653393;
}
</style>
background-color css
<style>
a { background-color: #653393; }
a { background-color: rgb(101,51,147); }
div.DivClassName
{
background-color: #653393;
}
.BgClassName
{
background-color: #653393;
}
</style>
border-color css
<style>
span { border-color: #653393; }
span { border-color: rgb(101,51,147); }
td.TdClassName
{
border-color: #653393;
}
.TagClassName
{
border-color: #653393;
}
</style>