Shades of Royal Purple #654499
Tints of Royal Purple #654499
RGB
CMYK
RGB Variations
Color information
#654499 (or 0x654499) is known color: Royal Purple. HEX triplet: 65, 44 and 99. RGB value is (101,68,153). Sum of RGB (Red+Green+Blue) = 101+68+153=322 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.37% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #654499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654499 is #9ABB66. Grayscale: #575757. Windows color (decimal): -10140519 or 10044517. OLE color: 10044517.
HSL color Cylindrical-coordinate representation of color #654499: hue angle of 263.29º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #654499 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 68 | 153 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.4 |
| HSL | 263.29º | 0.38% | 0.43% | - |
| HSV(B) | 263.29º | 0.56% | 0.6% | - |
| XYZ | 13.18 | 9.2 | 31.22 | - |
| YUV | 87.56 | 164.93 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 68 | 153 | 0.34 | 0.56 | 0 | 0.4 | 263.29 | 0.38 | 0.43 |
| Hex | 65 | 44 | 99 | 22 | 38 | 0 | 28 | 107 | 26 | 2B |
| Octal | 145 | 104 | 231 | 42 | 70 | 0 | 50 | 407 | 46 | 53 |
| Binary | 1100101 | 1000100 | 10011001 | 100010 | 111000 | 0 | 101000 | 100000111 | 100110 | 101011 |
Color Harmonies of #654499
Complementary color
Monochromatic Colors of #654499
Black with #654499
Text Example
Text Example
White with #654499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654499; }
p { color: rgb(101,68,153); }
H1.HeaderClassName
{
color: #654499;
}
.AnyTagClassName
{
color: #654499;
}
</style>
background-color css
<style>
a { background-color: #654499; }
a { background-color: rgb(101,68,153); }
div.DivClassName
{
background-color: #654499;
}
.BgClassName
{
background-color: #654499;
}
</style>
border-color css
<style>
span { border-color: #654499; }
span { border-color: rgb(101,68,153); }
td.TdClassName
{
border-color: #654499;
}
.TagClassName
{
border-color: #654499;
}
</style>