Shades of Royal Purple #6543AA
Tints of Royal Purple #6543AA
RGB
CMYK
RGB Variations
Color information
#6543AA (or 0x6543AA) is known color: Royal Purple. HEX triplet: 65, 43 and AA. RGB value is (101,67,170). Sum of RGB (Red+Green+Blue) = 101+67+170=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #6543AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6543AA is #9ABC55. Grayscale: #585858. Windows color (decimal): -10140758 or 11158373. OLE color: 11158373.
HSL color Cylindrical-coordinate representation of color #6543AA: hue angle of 259.81º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6543AA is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 67 | 170 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.33 |
| HSL | 259.81º | 0.43% | 0.46% | - |
| HSV(B) | 259.81º | 0.61% | 0.67% | - |
| XYZ | 14.63 | 9.68 | 39.13 | - |
| YUV | 88.91 | 173.76 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 170 | 0.41 | 0.61 | 0 | 0.33 | 259.81 | 0.43 | 0.46 |
| Hex | 65 | 43 | AA | 29 | 3D | 0 | 21 | 104 | 2B | 2E |
| Octal | 145 | 103 | 252 | 51 | 75 | 0 | 41 | 404 | 53 | 56 |
| Binary | 1100101 | 1000011 | 10101010 | 101001 | 111101 | 0 | 100001 | 100000100 | 101011 | 101110 |
Color Harmonies of #6543AA
Complementary color
Monochromatic Colors of #6543AA
Black with #6543AA
Text Example
Text Example
White with #6543AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6543AA; }
p { color: rgb(101,67,170); }
H1.HeaderClassName
{
color: #6543AA;
}
.AnyTagClassName
{
color: #6543AA;
}
</style>
background-color css
<style>
a { background-color: #6543AA; }
a { background-color: rgb(101,67,170); }
div.DivClassName
{
background-color: #6543AA;
}
.BgClassName
{
background-color: #6543AA;
}
</style>
border-color css
<style>
span { border-color: #6543AA; }
span { border-color: rgb(101,67,170); }
td.TdClassName
{
border-color: #6543AA;
}
.TagClassName
{
border-color: #6543AA;
}
</style>