Shades of Royal Purple #654399
Tints of Royal Purple #654399
RGB
CMYK
RGB Variations
Color information
#654399 (or 0x654399) is known color: Royal Purple. HEX triplet: 65, 43 and 99. RGB value is (101,67,153). Sum of RGB (Red+Green+Blue) = 101+67+153=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #654399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654399 is #9ABC66. Grayscale: #565656. Windows color (decimal): -10140775 or 10044261. OLE color: 10044261.
HSL color Cylindrical-coordinate representation of color #654399: hue angle of 263.72º degrees, saturation: 0.39, 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 #654399 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 67 | 153 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.4 |
| HSL | 263.72º | 0.39% | 0.43% | - |
| HSV(B) | 263.72º | 0.56% | 0.6% | - |
| XYZ | 13.12 | 9.08 | 31.2 | - |
| YUV | 86.97 | 165.26 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 153 | 0.34 | 0.56 | 0 | 0.4 | 263.72 | 0.39 | 0.43 |
| Hex | 65 | 43 | 99 | 22 | 38 | 0 | 28 | 108 | 27 | 2B |
| Octal | 145 | 103 | 231 | 42 | 70 | 0 | 50 | 410 | 47 | 53 |
| Binary | 1100101 | 1000011 | 10011001 | 100010 | 111000 | 0 | 101000 | 100001000 | 100111 | 101011 |
Color Harmonies of #654399
Complementary color
Monochromatic Colors of #654399
Black with #654399
Text Example
Text Example
White with #654399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654399; }
p { color: rgb(101,67,153); }
H1.HeaderClassName
{
color: #654399;
}
.AnyTagClassName
{
color: #654399;
}
</style>
background-color css
<style>
a { background-color: #654399; }
a { background-color: rgb(101,67,153); }
div.DivClassName
{
background-color: #654399;
}
.BgClassName
{
background-color: #654399;
}
</style>
border-color css
<style>
span { border-color: #654399; }
span { border-color: rgb(101,67,153); }
td.TdClassName
{
border-color: #654399;
}
.TagClassName
{
border-color: #654399;
}
</style>