Shades of Royal Purple #6546AE
Tints of Royal Purple #6546AE
RGB
CMYK
RGB Variations
Color information
#6546AE (or 0x6546AE) is known color: Royal Purple. HEX triplet: 65, 46 and AE. RGB value is (101,70,174). Sum of RGB (Red+Green+Blue) = 101+70+174=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #6546AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6546AE is #9AB951. Grayscale: #5A5A5A. Windows color (decimal): -10139986 or 11421285. OLE color: 11421285.
HSL color Cylindrical-coordinate representation of color #6546AE: hue angle of 257.88º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6546AE is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 70 | 174 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.32 |
| HSL | 257.88º | 0.43% | 0.48% | - |
| HSV(B) | 257.88º | 0.6% | 0.68% | - |
| XYZ | 15.2 | 10.2 | 41.21 | - |
| YUV | 91.13 | 174.77 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 70 | 174 | 0.42 | 0.60 | 0 | 0.32 | 257.88 | 0.43 | 0.48 |
| Hex | 65 | 46 | AE | 2A | 3C | 0 | 20 | 102 | 2B | 30 |
| Octal | 145 | 106 | 256 | 52 | 74 | 0 | 40 | 402 | 53 | 60 |
| Binary | 1100101 | 1000110 | 10101110 | 101010 | 111100 | 0 | 100000 | 100000010 | 101011 | 110000 |
Color Harmonies of #6546AE
Complementary color
Monochromatic Colors of #6546AE
Black with #6546AE
Text Example
Text Example
White with #6546AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6546AE; }
p { color: rgb(101,70,174); }
H1.HeaderClassName
{
color: #6546AE;
}
.AnyTagClassName
{
color: #6546AE;
}
</style>
background-color css
<style>
a { background-color: #6546AE; }
a { background-color: rgb(101,70,174); }
div.DivClassName
{
background-color: #6546AE;
}
.BgClassName
{
background-color: #6546AE;
}
</style>
border-color css
<style>
span { border-color: #6546AE; }
span { border-color: rgb(101,70,174); }
td.TdClassName
{
border-color: #6546AE;
}
.TagClassName
{
border-color: #6546AE;
}
</style>