Shades of Royal Purple #6540AC
Tints of Royal Purple #6540AC
RGB
CMYK
RGB Variations
Color information
#6540AC (or 0x6540AC) is known color: Royal Purple. HEX triplet: 65, 40 and AC. RGB value is (101,64,172). Sum of RGB (Red+Green+Blue) = 101+64+172=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #6540AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6540AC is #9ABF53. Grayscale: #565656. Windows color (decimal): -10141524 or 11288677. OLE color: 11288677.
HSL color Cylindrical-coordinate representation of color #6540AC: hue angle of 260.56º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6540AC is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 64 | 172 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.33 |
| HSL | 260.56º | 0.46% | 0.46% | - |
| HSV(B) | 260.56º | 0.63% | 0.67% | - |
| XYZ | 14.65 | 9.41 | 40.07 | - |
| YUV | 87.38 | 175.76 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 64 | 172 | 0.41 | 0.63 | 0 | 0.33 | 260.56 | 0.46 | 0.46 |
| Hex | 65 | 40 | AC | 29 | 3F | 0 | 21 | 105 | 2E | 2E |
| Octal | 145 | 100 | 254 | 51 | 77 | 0 | 41 | 405 | 56 | 56 |
| Binary | 1100101 | 1000000 | 10101100 | 101001 | 111111 | 0 | 100001 | 100000101 | 101110 | 101110 |
Color Harmonies of #6540AC
Complementary color
Monochromatic Colors of #6540AC
Black with #6540AC
Text Example
Text Example
White with #6540AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6540AC; }
p { color: rgb(101,64,172); }
H1.HeaderClassName
{
color: #6540AC;
}
.AnyTagClassName
{
color: #6540AC;
}
</style>
background-color css
<style>
a { background-color: #6540AC; }
a { background-color: rgb(101,64,172); }
div.DivClassName
{
background-color: #6540AC;
}
.BgClassName
{
background-color: #6540AC;
}
</style>
border-color css
<style>
span { border-color: #6540AC; }
span { border-color: rgb(101,64,172); }
td.TdClassName
{
border-color: #6540AC;
}
.TagClassName
{
border-color: #6540AC;
}
</style>