Shades of Royal Purple #65489D
Tints of Royal Purple #65489D
RGB
CMYK
RGB Variations
Color information
#65489D (or 0x65489D) is known color: Royal Purple. HEX triplet: 65, 48 and 9D. RGB value is (101,72,157). Sum of RGB (Red+Green+Blue) = 101+72+157=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #65489D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65489D is #9AB762. Grayscale: #5A5A5A. Windows color (decimal): -10139491 or 10307685. OLE color: 10307685.
HSL color Cylindrical-coordinate representation of color #65489D: hue angle of 260.47º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65489D is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 72 | 157 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.38 |
| HSL | 260.47º | 0.37% | 0.45% | - |
| HSV(B) | 260.47º | 0.54% | 0.62% | - |
| XYZ | 13.77 | 9.84 | 33.07 | - |
| YUV | 90.36 | 165.61 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 72 | 157 | 0.36 | 0.54 | 0 | 0.38 | 260.47 | 0.37 | 0.45 |
| Hex | 65 | 48 | 9D | 24 | 36 | 0 | 26 | 104 | 25 | 2D |
| Octal | 145 | 110 | 235 | 44 | 66 | 0 | 46 | 404 | 45 | 55 |
| Binary | 1100101 | 1001000 | 10011101 | 100100 | 110110 | 0 | 100110 | 100000100 | 100101 | 101101 |
Color Harmonies of #65489D
Complementary color
Monochromatic Colors of #65489D
Black with #65489D
Text Example
Text Example
White with #65489D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65489D; }
p { color: rgb(101,72,157); }
H1.HeaderClassName
{
color: #65489D;
}
.AnyTagClassName
{
color: #65489D;
}
</style>
background-color css
<style>
a { background-color: #65489D; }
a { background-color: rgb(101,72,157); }
div.DivClassName
{
background-color: #65489D;
}
.BgClassName
{
background-color: #65489D;
}
</style>
border-color css
<style>
span { border-color: #65489D; }
span { border-color: rgb(101,72,157); }
td.TdClassName
{
border-color: #65489D;
}
.TagClassName
{
border-color: #65489D;
}
</style>