Shades of Royal Purple #653CAF
Tints of Royal Purple #653CAF
RGB
CMYK
RGB Variations
Color information
#653CAF (or 0x653CAF) is known color: Royal Purple. HEX triplet: 65, 3C and AF. RGB value is (101,60,175). Sum of RGB (Red+Green+Blue) = 101+60+175=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #653CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653CAF is #9AC350. Grayscale: #545454. Windows color (decimal): -10142545 or 11484261. OLE color: 11484261.
HSL color Cylindrical-coordinate representation of color #653CAF: hue angle of 261.39º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #653CAF is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 60 | 175 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.31 |
| HSL | 261.39º | 0.49% | 0.46% | - |
| HSV(B) | 261.39º | 0.66% | 0.69% | - |
| XYZ | 14.72 | 9.09 | 41.54 | - |
| YUV | 85.37 | 178.58 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 175 | 0.42 | 0.66 | 0 | 0.31 | 261.39 | 0.49 | 0.46 |
| Hex | 65 | 3C | AF | 2A | 42 | 0 | 1F | 105 | 31 | 2E |
| Octal | 145 | 74 | 257 | 52 | 102 | 0 | 37 | 405 | 61 | 56 |
| Binary | 1100101 | 111100 | 10101111 | 101010 | 1000010 | 0 | 11111 | 100000101 | 110001 | 101110 |
Color Harmonies of #653CAF
Complementary color
Monochromatic Colors of #653CAF
Black with #653CAF
Text Example
Text Example
White with #653CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653CAF; }
p { color: rgb(101,60,175); }
H1.HeaderClassName
{
color: #653CAF;
}
.AnyTagClassName
{
color: #653CAF;
}
</style>
background-color css
<style>
a { background-color: #653CAF; }
a { background-color: rgb(101,60,175); }
div.DivClassName
{
background-color: #653CAF;
}
.BgClassName
{
background-color: #653CAF;
}
</style>
border-color css
<style>
span { border-color: #653CAF; }
span { border-color: rgb(101,60,175); }
td.TdClassName
{
border-color: #653CAF;
}
.TagClassName
{
border-color: #653CAF;
}
</style>