Shades of Royal Purple #654A9F
Tints of Royal Purple #654A9F
RGB
CMYK
RGB Variations
Color information
#654A9F (or 0x654A9F) is known color: Royal Purple. HEX triplet: 65, 4A and 9F. RGB value is (101,74,159). Sum of RGB (Red+Green+Blue) = 101+74+159=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 159 - color contains mainly: blue. Hex color #654A9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654A9F is #9AB560. Grayscale: #5B5B5B. Windows color (decimal): -10138977 or 10439269. OLE color: 10439269.
HSL color Cylindrical-coordinate representation of color #654A9F: hue angle of 259.06º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #654A9F is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 74 | 159 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.38 |
| HSL | 259.06º | 0.36% | 0.46% | - |
| HSV(B) | 259.06º | 0.53% | 0.62% | - |
| XYZ | 14.07 | 10.17 | 34.02 | - |
| YUV | 91.76 | 165.95 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 74 | 159 | 0.36 | 0.53 | 0 | 0.38 | 259.06 | 0.36 | 0.46 |
| Hex | 65 | 4A | 9F | 24 | 35 | 0 | 26 | 103 | 24 | 2E |
| Octal | 145 | 112 | 237 | 44 | 65 | 0 | 46 | 403 | 44 | 56 |
| Binary | 1100101 | 1001010 | 10011111 | 100100 | 110101 | 0 | 100110 | 100000011 | 100100 | 101110 |
Color Harmonies of #654A9F
Complementary color
Monochromatic Colors of #654A9F
Black with #654A9F
Text Example
Text Example
White with #654A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654A9F; }
p { color: rgb(101,74,159); }
H1.HeaderClassName
{
color: #654A9F;
}
.AnyTagClassName
{
color: #654A9F;
}
</style>
background-color css
<style>
a { background-color: #654A9F; }
a { background-color: rgb(101,74,159); }
div.DivClassName
{
background-color: #654A9F;
}
.BgClassName
{
background-color: #654A9F;
}
</style>
border-color css
<style>
span { border-color: #654A9F; }
span { border-color: rgb(101,74,159); }
td.TdClassName
{
border-color: #654A9F;
}
.TagClassName
{
border-color: #654A9F;
}
</style>