Shades of Royal Purple #6543A0
Tints of Royal Purple #6543A0
RGB
CMYK
RGB Variations
Color information
#6543A0 (or 0x6543A0) is known color: Royal Purple. HEX triplet: 65, 43 and A0. RGB value is (101,67,160). Sum of RGB (Red+Green+Blue) = 101+67+160=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 160 (62.89% from 255 or 48.78% from 328); Max value from RGB is 160 - color contains mainly: blue. Hex color #6543A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6543A0 is #9ABC5F. Grayscale: #575757. Windows color (decimal): -10140768 or 10503013. OLE color: 10503013.
HSL color Cylindrical-coordinate representation of color #6543A0: hue angle of 261.94º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6543A0 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 67 | 160 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.37 |
| HSL | 261.94º | 0.41% | 0.45% | - |
| HSV(B) | 261.94º | 0.58% | 0.63% | - |
| XYZ | 13.72 | 9.32 | 34.33 | - |
| YUV | 87.77 | 168.76 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 160 | 0.37 | 0.58 | 0 | 0.37 | 261.94 | 0.41 | 0.45 |
| Hex | 65 | 43 | A0 | 25 | 3A | 0 | 25 | 106 | 29 | 2D |
| Octal | 145 | 103 | 240 | 45 | 72 | 0 | 45 | 406 | 51 | 55 |
| Binary | 1100101 | 1000011 | 10100000 | 100101 | 111010 | 0 | 100101 | 100000110 | 101001 | 101101 |
Color Harmonies of #6543A0
Complementary color
Monochromatic Colors of #6543A0
Black with #6543A0
Text Example
Text Example
White with #6543A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6543A0; }
p { color: rgb(101,67,160); }
H1.HeaderClassName
{
color: #6543A0;
}
.AnyTagClassName
{
color: #6543A0;
}
</style>
background-color css
<style>
a { background-color: #6543A0; }
a { background-color: rgb(101,67,160); }
div.DivClassName
{
background-color: #6543A0;
}
.BgClassName
{
background-color: #6543A0;
}
</style>
border-color css
<style>
span { border-color: #6543A0; }
span { border-color: rgb(101,67,160); }
td.TdClassName
{
border-color: #6543A0;
}
.TagClassName
{
border-color: #6543A0;
}
</style>