Shades of Royal Purple #6532AA
Tints of Royal Purple #6532AA
RGB
CMYK
RGB Variations
Color information
#6532AA (or 0x6532AA) is known color: Royal Purple. HEX triplet: 65, 32 and AA. RGB value is (101,50,170). Sum of RGB (Red+Green+Blue) = 101+50+170=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #6532AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6532AA is #9ACD55. Grayscale: #4E4E4E. Windows color (decimal): -10145110 or 11154021. OLE color: 11154021.
HSL color Cylindrical-coordinate representation of color #6532AA: hue angle of 265.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6532AA is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 50 | 170 | - |
| CMYK | 0.41 | 0.71 | 0 | 0.33 |
| HSL | 265.5º | 0.55% | 0.43% | - |
| HSV(B) | 265.5º | 0.71% | 0.67% | - |
| XYZ | 13.76 | 7.95 | 38.84 | - |
| YUV | 78.93 | 179.4 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 170 | 0.41 | 0.71 | 0 | 0.33 | 265.5 | 0.55 | 0.43 |
| Hex | 65 | 32 | AA | 29 | 47 | 0 | 21 | 10A | 37 | 2B |
| Octal | 145 | 62 | 252 | 51 | 107 | 0 | 41 | 412 | 67 | 53 |
| Binary | 1100101 | 110010 | 10101010 | 101001 | 1000111 | 0 | 100001 | 100001010 | 110111 | 101011 |
Color Harmonies of #6532AA
Complementary color
Monochromatic Colors of #6532AA
Black with #6532AA
Text Example
Text Example
White with #6532AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6532AA; }
p { color: rgb(101,50,170); }
H1.HeaderClassName
{
color: #6532AA;
}
.AnyTagClassName
{
color: #6532AA;
}
</style>
background-color css
<style>
a { background-color: #6532AA; }
a { background-color: rgb(101,50,170); }
div.DivClassName
{
background-color: #6532AA;
}
.BgClassName
{
background-color: #6532AA;
}
</style>
border-color css
<style>
span { border-color: #6532AA; }
span { border-color: rgb(101,50,170); }
td.TdClassName
{
border-color: #6532AA;
}
.TagClassName
{
border-color: #6532AA;
}
</style>