Shades of Royal Purple #6534AD
Tints of Royal Purple #6534AD
RGB
CMYK
RGB Variations
Color information
#6534AD (or 0x6534AD) is known color: Royal Purple. HEX triplet: 65, 34 and AD. RGB value is (101,52,173). Sum of RGB (Red+Green+Blue) = 101+52+173=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #6534AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6534AD is #9ACB52. Grayscale: #505050. Windows color (decimal): -10144595 or 11351141. OLE color: 11351141.
HSL color Cylindrical-coordinate representation of color #6534AD: hue angle of 264.3º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6534AD is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 52 | 173 | - |
| CMYK | 0.42 | 0.70 | 0 | 0.32 |
| HSL | 264.3º | 0.54% | 0.44% | - |
| HSV(B) | 264.3º | 0.7% | 0.68% | - |
| XYZ | 14.14 | 8.24 | 40.38 | - |
| YUV | 80.45 | 180.23 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 52 | 173 | 0.42 | 0.70 | 0 | 0.32 | 264.3 | 0.54 | 0.44 |
| Hex | 65 | 34 | AD | 2A | 46 | 0 | 20 | 108 | 36 | 2C |
| Octal | 145 | 64 | 255 | 52 | 106 | 0 | 40 | 410 | 66 | 54 |
| Binary | 1100101 | 110100 | 10101101 | 101010 | 1000110 | 0 | 100000 | 100001000 | 110110 | 101100 |
Color Harmonies of #6534AD
Complementary color
Monochromatic Colors of #6534AD
Black with #6534AD
Text Example
Text Example
White with #6534AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6534AD; }
p { color: rgb(101,52,173); }
H1.HeaderClassName
{
color: #6534AD;
}
.AnyTagClassName
{
color: #6534AD;
}
</style>
background-color css
<style>
a { background-color: #6534AD; }
a { background-color: rgb(101,52,173); }
div.DivClassName
{
background-color: #6534AD;
}
.BgClassName
{
background-color: #6534AD;
}
</style>
border-color css
<style>
span { border-color: #6534AD; }
span { border-color: rgb(101,52,173); }
td.TdClassName
{
border-color: #6534AD;
}
.TagClassName
{
border-color: #6534AD;
}
</style>