Shades of Royal Purple #65489B
Tints of Royal Purple #65489B
RGB
CMYK
RGB Variations
Color information
#65489B (or 0x65489B) is known color: Royal Purple. HEX triplet: 65, 48 and 9B. RGB value is (101,72,155). Sum of RGB (Red+Green+Blue) = 101+72+155=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #65489B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65489B is #9AB764. Grayscale: #595959. Windows color (decimal): -10139493 or 10176613. OLE color: 10176613.
HSL color Cylindrical-coordinate representation of color #65489B: hue angle of 260.96º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65489B is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 72 | 155 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.39 |
| HSL | 260.96º | 0.37% | 0.45% | - |
| HSV(B) | 260.96º | 0.54% | 0.61% | - |
| XYZ | 13.6 | 9.77 | 32.18 | - |
| YUV | 90.13 | 164.61 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 72 | 155 | 0.35 | 0.54 | 0 | 0.39 | 260.96 | 0.37 | 0.45 |
| Hex | 65 | 48 | 9B | 23 | 36 | 0 | 27 | 105 | 25 | 2D |
| Octal | 145 | 110 | 233 | 43 | 66 | 0 | 47 | 405 | 45 | 55 |
| Binary | 1100101 | 1001000 | 10011011 | 100011 | 110110 | 0 | 100111 | 100000101 | 100101 | 101101 |
Color Harmonies of #65489B
Complementary color
Monochromatic Colors of #65489B
Black with #65489B
Text Example
Text Example
White with #65489B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65489B; }
p { color: rgb(101,72,155); }
H1.HeaderClassName
{
color: #65489B;
}
.AnyTagClassName
{
color: #65489B;
}
</style>
background-color css
<style>
a { background-color: #65489B; }
a { background-color: rgb(101,72,155); }
div.DivClassName
{
background-color: #65489B;
}
.BgClassName
{
background-color: #65489B;
}
</style>
border-color css
<style>
span { border-color: #65489B; }
span { border-color: rgb(101,72,155); }
td.TdClassName
{
border-color: #65489B;
}
.TagClassName
{
border-color: #65489B;
}
</style>