Shades of Royal Purple #6534AA
Tints of Royal Purple #6534AA
RGB
CMYK
RGB Variations
Color information
#6534AA (or 0x6534AA) is known color: Royal Purple. HEX triplet: 65, 34 and AA. RGB value is (101,52,170). Sum of RGB (Red+Green+Blue) = 101+52+170=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #6534AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6534AA is #9ACB55. Grayscale: #4F4F4F. Windows color (decimal): -10144598 or 11154533. OLE color: 11154533.
HSL color Cylindrical-coordinate representation of color #6534AA: hue angle of 264.92º 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 #6534AA is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 52 | 170 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.33 |
| HSL | 264.92º | 0.53% | 0.44% | - |
| HSV(B) | 264.92º | 0.69% | 0.67% | - |
| XYZ | 13.85 | 8.12 | 38.87 | - |
| YUV | 80.1 | 178.73 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 52 | 170 | 0.41 | 0.69 | 0 | 0.33 | 264.92 | 0.53 | 0.44 |
| Hex | 65 | 34 | AA | 29 | 45 | 0 | 21 | 109 | 35 | 2C |
| Octal | 145 | 64 | 252 | 51 | 105 | 0 | 41 | 411 | 65 | 54 |
| Binary | 1100101 | 110100 | 10101010 | 101001 | 1000101 | 0 | 100001 | 100001001 | 110101 | 101100 |
Color Harmonies of #6534AA
Complementary color
Monochromatic Colors of #6534AA
Black with #6534AA
Text Example
Text Example
White with #6534AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6534AA; }
p { color: rgb(101,52,170); }
H1.HeaderClassName
{
color: #6534AA;
}
.AnyTagClassName
{
color: #6534AA;
}
</style>
background-color css
<style>
a { background-color: #6534AA; }
a { background-color: rgb(101,52,170); }
div.DivClassName
{
background-color: #6534AA;
}
.BgClassName
{
background-color: #6534AA;
}
</style>
border-color css
<style>
span { border-color: #6534AA; }
span { border-color: rgb(101,52,170); }
td.TdClassName
{
border-color: #6534AA;
}
.TagClassName
{
border-color: #6534AA;
}
</style>