Shades of Royal Purple #653095
Tints of Royal Purple #653095
RGB
CMYK
RGB Variations
Color information
#653095 (or 0x653095) is known color: Royal Purple. HEX triplet: 65, 30 and 95. RGB value is (101,48,149). Sum of RGB (Red+Green+Blue) = 101+48+149=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #653095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653095 is #9ACF6A. Grayscale: #4B4B4B. Windows color (decimal): -10145643 or 9777253. OLE color: 9777253.
HSL color Cylindrical-coordinate representation of color #653095: hue angle of 271.49º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #653095 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 48 | 149 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.42 |
| HSL | 271.49º | 0.51% | 0.39% | - |
| HSV(B) | 271.49º | 0.68% | 0.58% | - |
| XYZ | 11.85 | 7.05 | 29.17 | - |
| YUV | 75.36 | 169.56 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 48 | 149 | 0.32 | 0.68 | 0 | 0.42 | 271.49 | 0.51 | 0.39 |
| Hex | 65 | 30 | 95 | 20 | 44 | 0 | 2A | 10F | 33 | 27 |
| Octal | 145 | 60 | 225 | 40 | 104 | 0 | 52 | 417 | 63 | 47 |
| Binary | 1100101 | 110000 | 10010101 | 100000 | 1000100 | 0 | 101010 | 100001111 | 110011 | 100111 |
Color Harmonies of #653095
Complementary color
Monochromatic Colors of #653095
Black with #653095
Text Example
Text Example
White with #653095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653095; }
p { color: rgb(101,48,149); }
H1.HeaderClassName
{
color: #653095;
}
.AnyTagClassName
{
color: #653095;
}
</style>
background-color css
<style>
a { background-color: #653095; }
a { background-color: rgb(101,48,149); }
div.DivClassName
{
background-color: #653095;
}
.BgClassName
{
background-color: #653095;
}
</style>
border-color css
<style>
span { border-color: #653095; }
span { border-color: rgb(101,48,149); }
td.TdClassName
{
border-color: #653095;
}
.TagClassName
{
border-color: #653095;
}
</style>