Shades of Royal Purple #653196
Tints of Royal Purple #653196
RGB
CMYK
RGB Variations
Color information
#653196 (or 0x653196) is known color: Royal Purple. HEX triplet: 65, 31 and 96. RGB value is (101,49,150). Sum of RGB (Red+Green+Blue) = 101+49+150=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 150 (58.98% from 255 or 50% from 300); Max value from RGB is 150 - color contains mainly: blue. Hex color #653196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653196 is #9ACE69. Grayscale: #4B4B4B. Windows color (decimal): -10145386 or 9843045. OLE color: 9843045.
HSL color Cylindrical-coordinate representation of color #653196: hue angle of 270.89º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #653196 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 101 | 49 | 150 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.41 |
| HSL | 270.89º | 0.51% | 0.39% | - |
| HSV(B) | 270.89º | 0.67% | 0.59% | - |
| XYZ | 11.97 | 7.17 | 29.61 | - |
| YUV | 76.06 | 169.73 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 49 | 150 | 0.33 | 0.67 | 0 | 0.41 | 270.89 | 0.51 | 0.39 |
| Hex | 65 | 31 | 96 | 21 | 43 | 0 | 29 | 10F | 33 | 27 |
| Octal | 145 | 61 | 226 | 41 | 103 | 0 | 51 | 417 | 63 | 47 |
| Binary | 1100101 | 110001 | 10010110 | 100001 | 1000011 | 0 | 101001 | 100001111 | 110011 | 100111 |
Color Harmonies of #653196
Complementary color
Monochromatic Colors of #653196
Black with #653196
Text Example
Text Example
White with #653196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653196; }
p { color: rgb(101,49,150); }
H1.HeaderClassName
{
color: #653196;
}
.AnyTagClassName
{
color: #653196;
}
</style>
background-color css
<style>
a { background-color: #653196; }
a { background-color: rgb(101,49,150); }
div.DivClassName
{
background-color: #653196;
}
.BgClassName
{
background-color: #653196;
}
</style>
border-color css
<style>
span { border-color: #653196; }
span { border-color: rgb(101,49,150); }
td.TdClassName
{
border-color: #653196;
}
.TagClassName
{
border-color: #653196;
}
</style>