Shades of Royal Purple #653391
Tints of Royal Purple #653391
RGB
CMYK
RGB Variations
Color information
#653391 (or 0x653391) is known color: Royal Purple. HEX triplet: 65, 33 and 91. RGB value is (101,51,145). Sum of RGB (Red+Green+Blue) = 101+51+145=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #653391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653391 is #9ACC6E. Grayscale: #4C4C4C. Windows color (decimal): -10144879 or 9515877. OLE color: 9515877.
HSL color Cylindrical-coordinate representation of color #653391: hue angle of 271.91º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #653391 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 51 | 145 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.43 |
| HSL | 271.91º | 0.48% | 0.38% | - |
| HSV(B) | 271.91º | 0.65% | 0.57% | - |
| XYZ | 11.66 | 7.18 | 27.56 | - |
| YUV | 76.67 | 166.57 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 145 | 0.30 | 0.65 | 0 | 0.43 | 271.91 | 0.48 | 0.38 |
| Hex | 65 | 33 | 91 | 1E | 41 | 0 | 2B | 110 | 30 | 26 |
| Octal | 145 | 63 | 221 | 36 | 101 | 0 | 53 | 420 | 60 | 46 |
| Binary | 1100101 | 110011 | 10010001 | 11110 | 1000001 | 0 | 101011 | 100010000 | 110000 | 100110 |
Color Harmonies of #653391
Complementary color
Monochromatic Colors of #653391
Black with #653391
Text Example
Text Example
White with #653391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653391; }
p { color: rgb(101,51,145); }
H1.HeaderClassName
{
color: #653391;
}
.AnyTagClassName
{
color: #653391;
}
</style>
background-color css
<style>
a { background-color: #653391; }
a { background-color: rgb(101,51,145); }
div.DivClassName
{
background-color: #653391;
}
.BgClassName
{
background-color: #653391;
}
</style>
border-color css
<style>
span { border-color: #653391; }
span { border-color: rgb(101,51,145); }
td.TdClassName
{
border-color: #653391;
}
.TagClassName
{
border-color: #653391;
}
</style>