Shades of Royal Purple #6535AE
Tints of Royal Purple #6535AE
RGB
CMYK
RGB Variations
Color information
#6535AE (or 0x6535AE) is known color: Royal Purple. HEX triplet: 65, 35 and AE. RGB value is (101,53,174). Sum of RGB (Red+Green+Blue) = 101+53+174=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #6535AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6535AE is #9ACA51. Grayscale: #505050. Windows color (decimal): -10144338 or 11416933. OLE color: 11416933.
HSL color Cylindrical-coordinate representation of color #6535AE: hue angle of 263.8º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6535AE is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 53 | 174 | - |
| CMYK | 0.42 | 0.70 | 0 | 0.32 |
| HSL | 263.8º | 0.53% | 0.45% | - |
| HSV(B) | 263.8º | 0.7% | 0.68% | - |
| XYZ | 14.28 | 8.37 | 40.91 | - |
| YUV | 81.15 | 180.4 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 53 | 174 | 0.42 | 0.70 | 0 | 0.32 | 263.8 | 0.53 | 0.45 |
| Hex | 65 | 35 | AE | 2A | 46 | 0 | 20 | 108 | 35 | 2D |
| Octal | 145 | 65 | 256 | 52 | 106 | 0 | 40 | 410 | 65 | 55 |
| Binary | 1100101 | 110101 | 10101110 | 101010 | 1000110 | 0 | 100000 | 100001000 | 110101 | 101101 |
Color Harmonies of #6535AE
Complementary color
Monochromatic Colors of #6535AE
Black with #6535AE
Text Example
Text Example
White with #6535AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6535AE; }
p { color: rgb(101,53,174); }
H1.HeaderClassName
{
color: #6535AE;
}
.AnyTagClassName
{
color: #6535AE;
}
</style>
background-color css
<style>
a { background-color: #6535AE; }
a { background-color: rgb(101,53,174); }
div.DivClassName
{
background-color: #6535AE;
}
.BgClassName
{
background-color: #6535AE;
}
</style>
border-color css
<style>
span { border-color: #6535AE; }
span { border-color: rgb(101,53,174); }
td.TdClassName
{
border-color: #6535AE;
}
.TagClassName
{
border-color: #6535AE;
}
</style>