Shades of Royal Purple #653093
Tints of Royal Purple #653093
RGB
CMYK
RGB Variations
Color information
#653093 (or 0x653093) is known color: Royal Purple. HEX triplet: 65, 30 and 93. RGB value is (101,48,147). Sum of RGB (Red+Green+Blue) = 101+48+147=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #653093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653093 is #9ACF6C. Grayscale: #4A4A4A. Windows color (decimal): -10145645 or 9646181. OLE color: 9646181.
HSL color Cylindrical-coordinate representation of color #653093: hue angle of 272.12º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #653093 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 48 | 147 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.42 |
| HSL | 272.12º | 0.51% | 0.38% | - |
| HSV(B) | 272.12º | 0.67% | 0.58% | - |
| XYZ | 11.69 | 6.99 | 28.34 | - |
| YUV | 75.13 | 168.56 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 48 | 147 | 0.31 | 0.67 | 0 | 0.42 | 272.12 | 0.51 | 0.38 |
| Hex | 65 | 30 | 93 | 1F | 43 | 0 | 2A | 110 | 33 | 26 |
| Octal | 145 | 60 | 223 | 37 | 103 | 0 | 52 | 420 | 63 | 46 |
| Binary | 1100101 | 110000 | 10010011 | 11111 | 1000011 | 0 | 101010 | 100010000 | 110011 | 100110 |
Color Harmonies of #653093
Complementary color
Monochromatic Colors of #653093
Black with #653093
Text Example
Text Example
White with #653093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653093; }
p { color: rgb(101,48,147); }
H1.HeaderClassName
{
color: #653093;
}
.AnyTagClassName
{
color: #653093;
}
</style>
background-color css
<style>
a { background-color: #653093; }
a { background-color: rgb(101,48,147); }
div.DivClassName
{
background-color: #653093;
}
.BgClassName
{
background-color: #653093;
}
</style>
border-color css
<style>
span { border-color: #653093; }
span { border-color: rgb(101,48,147); }
td.TdClassName
{
border-color: #653093;
}
.TagClassName
{
border-color: #653093;
}
</style>