Shades of Royal Purple #654699
Tints of Royal Purple #654699
RGB
CMYK
RGB Variations
Color information
#654699 (or 0x654699) is known color: Royal Purple. HEX triplet: 65, 46 and 99. RGB value is (101,70,153). Sum of RGB (Red+Green+Blue) = 101+70+153=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #654699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654699 is #9AB966. Grayscale: #585858. Windows color (decimal): -10140007 or 10045029. OLE color: 10045029.
HSL color Cylindrical-coordinate representation of color #654699: hue angle of 262.41º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #654699 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 70 | 153 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.4 |
| HSL | 262.41º | 0.37% | 0.44% | - |
| HSV(B) | 262.41º | 0.54% | 0.6% | - |
| XYZ | 13.31 | 9.45 | 31.26 | - |
| YUV | 88.73 | 164.27 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 70 | 153 | 0.34 | 0.54 | 0 | 0.4 | 262.41 | 0.37 | 0.44 |
| Hex | 65 | 46 | 99 | 22 | 36 | 0 | 28 | 106 | 25 | 2C |
| Octal | 145 | 106 | 231 | 42 | 66 | 0 | 50 | 406 | 45 | 54 |
| Binary | 1100101 | 1000110 | 10011001 | 100010 | 110110 | 0 | 101000 | 100000110 | 100101 | 101100 |
Color Harmonies of #654699
Complementary color
Monochromatic Colors of #654699
Black with #654699
Text Example
Text Example
White with #654699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654699; }
p { color: rgb(101,70,153); }
H1.HeaderClassName
{
color: #654699;
}
.AnyTagClassName
{
color: #654699;
}
</style>
background-color css
<style>
a { background-color: #654699; }
a { background-color: rgb(101,70,153); }
div.DivClassName
{
background-color: #654699;
}
.BgClassName
{
background-color: #654699;
}
</style>
border-color css
<style>
span { border-color: #654699; }
span { border-color: rgb(101,70,153); }
td.TdClassName
{
border-color: #654699;
}
.TagClassName
{
border-color: #654699;
}
</style>