Shades of Royal Purple #653AAF
Tints of Royal Purple #653AAF
RGB
CMYK
RGB Variations
Color information
#653AAF (or 0x653AAF) is known color: Royal Purple. HEX triplet: 65, 3A and AF. RGB value is (101,58,175). Sum of RGB (Red+Green+Blue) = 101+58+175=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #653AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653AAF is #9AC550. Grayscale: #535353. Windows color (decimal): -10143057 or 11483749. OLE color: 11483749.
HSL color Cylindrical-coordinate representation of color #653AAF: hue angle of 262.05º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #653AAF is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 58 | 175 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.31 |
| HSL | 262.05º | 0.5% | 0.46% | - |
| HSV(B) | 262.05º | 0.67% | 0.69% | - |
| XYZ | 14.62 | 8.89 | 41.5 | - |
| YUV | 84.2 | 179.25 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 58 | 175 | 0.42 | 0.67 | 0 | 0.31 | 262.05 | 0.5 | 0.46 |
| Hex | 65 | 3A | AF | 2A | 43 | 0 | 1F | 106 | 32 | 2E |
| Octal | 145 | 72 | 257 | 52 | 103 | 0 | 37 | 406 | 62 | 56 |
| Binary | 1100101 | 111010 | 10101111 | 101010 | 1000011 | 0 | 11111 | 100000110 | 110010 | 101110 |
Color Harmonies of #653AAF
Complementary color
Monochromatic Colors of #653AAF
Black with #653AAF
Text Example
Text Example
White with #653AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653AAF; }
p { color: rgb(101,58,175); }
H1.HeaderClassName
{
color: #653AAF;
}
.AnyTagClassName
{
color: #653AAF;
}
</style>
background-color css
<style>
a { background-color: #653AAF; }
a { background-color: rgb(101,58,175); }
div.DivClassName
{
background-color: #653AAF;
}
.BgClassName
{
background-color: #653AAF;
}
</style>
border-color css
<style>
span { border-color: #653AAF; }
span { border-color: rgb(101,58,175); }
td.TdClassName
{
border-color: #653AAF;
}
.TagClassName
{
border-color: #653AAF;
}
</style>