Shades of Royal Purple #6535AB
Tints of Royal Purple #6535AB
RGB
CMYK
RGB Variations
Color information
#6535AB (or 0x6535AB) is known color: Royal Purple. HEX triplet: 65, 35 and AB. RGB value is (101,53,171). Sum of RGB (Red+Green+Blue) = 101+53+171=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #6535AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6535AB is #9ACA54. Grayscale: #505050. Windows color (decimal): -10144341 or 11220325. OLE color: 11220325.
HSL color Cylindrical-coordinate representation of color #6535AB: hue angle of 264.41º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6535AB is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 53 | 171 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.33 |
| HSL | 264.41º | 0.53% | 0.44% | - |
| HSV(B) | 264.41º | 0.69% | 0.67% | - |
| XYZ | 13.99 | 8.25 | 39.38 | - |
| YUV | 80.8 | 178.9 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 53 | 171 | 0.41 | 0.69 | 0 | 0.33 | 264.41 | 0.53 | 0.44 |
| Hex | 65 | 35 | AB | 29 | 45 | 0 | 21 | 108 | 35 | 2C |
| Octal | 145 | 65 | 253 | 51 | 105 | 0 | 41 | 410 | 65 | 54 |
| Binary | 1100101 | 110101 | 10101011 | 101001 | 1000101 | 0 | 100001 | 100001000 | 110101 | 101100 |
Color Harmonies of #6535AB
Complementary color
Monochromatic Colors of #6535AB
Black with #6535AB
Text Example
Text Example
White with #6535AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6535AB; }
p { color: rgb(101,53,171); }
H1.HeaderClassName
{
color: #6535AB;
}
.AnyTagClassName
{
color: #6535AB;
}
</style>
background-color css
<style>
a { background-color: #6535AB; }
a { background-color: rgb(101,53,171); }
div.DivClassName
{
background-color: #6535AB;
}
.BgClassName
{
background-color: #6535AB;
}
</style>
border-color css
<style>
span { border-color: #6535AB; }
span { border-color: rgb(101,53,171); }
td.TdClassName
{
border-color: #6535AB;
}
.TagClassName
{
border-color: #6535AB;
}
</style>