Shades of Royal Purple #653395
Tints of Royal Purple #653395
RGB
CMYK
RGB Variations
Color information
#653395 (or 0x653395) is known color: Royal Purple. HEX triplet: 65, 33 and 95. RGB value is (101,51,149). Sum of RGB (Red+Green+Blue) = 101+51+149=301 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.55% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #653395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653395 is #9ACC6A. Grayscale: #4C4C4C. Windows color (decimal): -10144875 or 9778021. OLE color: 9778021.
HSL color Cylindrical-coordinate representation of color #653395: hue angle of 270.61º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #653395 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 51 | 149 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.42 |
| HSL | 270.61º | 0.49% | 0.39% | - |
| HSV(B) | 270.61º | 0.66% | 0.58% | - |
| XYZ | 11.98 | 7.3 | 29.21 | - |
| YUV | 77.12 | 168.57 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 149 | 0.32 | 0.66 | 0 | 0.42 | 270.61 | 0.49 | 0.39 |
| Hex | 65 | 33 | 95 | 20 | 42 | 0 | 2A | 10F | 31 | 27 |
| Octal | 145 | 63 | 225 | 40 | 102 | 0 | 52 | 417 | 61 | 47 |
| Binary | 1100101 | 110011 | 10010101 | 100000 | 1000010 | 0 | 101010 | 100001111 | 110001 | 100111 |
Color Harmonies of #653395
Complementary color
Monochromatic Colors of #653395
Black with #653395
Text Example
Text Example
White with #653395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653395; }
p { color: rgb(101,51,149); }
H1.HeaderClassName
{
color: #653395;
}
.AnyTagClassName
{
color: #653395;
}
</style>
background-color css
<style>
a { background-color: #653395; }
a { background-color: rgb(101,51,149); }
div.DivClassName
{
background-color: #653395;
}
.BgClassName
{
background-color: #653395;
}
</style>
border-color css
<style>
span { border-color: #653395; }
span { border-color: rgb(101,51,149); }
td.TdClassName
{
border-color: #653395;
}
.TagClassName
{
border-color: #653395;
}
</style>