Shades of Royal Purple #653999
Tints of Royal Purple #653999
RGB
CMYK
RGB Variations
Color information
#653999 (or 0x653999) is known color: Royal Purple. HEX triplet: 65, 39 and 99. RGB value is (101,57,153). Sum of RGB (Red+Green+Blue) = 101+57+153=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #653999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653999 is #9AC666. Grayscale: #505050. Windows color (decimal): -10143335 or 10041701. OLE color: 10041701.
HSL color Cylindrical-coordinate representation of color #653999: hue angle of 267.5º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #653999 is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 57 | 153 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.4 |
| HSL | 267.5º | 0.46% | 0.41% | - |
| HSV(B) | 267.5º | 0.63% | 0.6% | - |
| XYZ | 12.58 | 7.99 | 31.02 | - |
| YUV | 81.1 | 168.58 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 57 | 153 | 0.34 | 0.63 | 0 | 0.4 | 267.5 | 0.46 | 0.41 |
| Hex | 65 | 39 | 99 | 22 | 3F | 0 | 28 | 10C | 2E | 29 |
| Octal | 145 | 71 | 231 | 42 | 77 | 0 | 50 | 414 | 56 | 51 |
| Binary | 1100101 | 111001 | 10011001 | 100010 | 111111 | 0 | 101000 | 100001100 | 101110 | 101001 |
Color Harmonies of #653999
Complementary color
Monochromatic Colors of #653999
Black with #653999
Text Example
Text Example
White with #653999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653999; }
p { color: rgb(101,57,153); }
H1.HeaderClassName
{
color: #653999;
}
.AnyTagClassName
{
color: #653999;
}
</style>
background-color css
<style>
a { background-color: #653999; }
a { background-color: rgb(101,57,153); }
div.DivClassName
{
background-color: #653999;
}
.BgClassName
{
background-color: #653999;
}
</style>
border-color css
<style>
span { border-color: #653999; }
span { border-color: rgb(101,57,153); }
td.TdClassName
{
border-color: #653999;
}
.TagClassName
{
border-color: #653999;
}
</style>