Shades of Royal Purple #6532AD
Tints of Royal Purple #6532AD
RGB
CMYK
RGB Variations
Color information
#6532AD (or 0x6532AD) is known color: Royal Purple. HEX triplet: 65, 32 and AD. RGB value is (101,50,173). Sum of RGB (Red+Green+Blue) = 101+50+173=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #6532AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6532AD is #9ACD52. Grayscale: #4E4E4E. Windows color (decimal): -10145107 or 11350629. OLE color: 11350629.
HSL color Cylindrical-coordinate representation of color #6532AD: hue angle of 264.88º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6532AD is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 50 | 173 | - |
| CMYK | 0.42 | 0.71 | 0 | 0.32 |
| HSL | 264.88º | 0.55% | 0.44% | - |
| HSV(B) | 264.88º | 0.71% | 0.68% | - |
| XYZ | 14.05 | 8.07 | 40.35 | - |
| YUV | 79.27 | 180.9 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 173 | 0.42 | 0.71 | 0 | 0.32 | 264.88 | 0.55 | 0.44 |
| Hex | 65 | 32 | AD | 2A | 47 | 0 | 20 | 109 | 37 | 2C |
| Octal | 145 | 62 | 255 | 52 | 107 | 0 | 40 | 411 | 67 | 54 |
| Binary | 1100101 | 110010 | 10101101 | 101010 | 1000111 | 0 | 100000 | 100001001 | 110111 | 101100 |
Color Harmonies of #6532AD
Complementary color
Monochromatic Colors of #6532AD
Black with #6532AD
Text Example
Text Example
White with #6532AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6532AD; }
p { color: rgb(101,50,173); }
H1.HeaderClassName
{
color: #6532AD;
}
.AnyTagClassName
{
color: #6532AD;
}
</style>
background-color css
<style>
a { background-color: #6532AD; }
a { background-color: rgb(101,50,173); }
div.DivClassName
{
background-color: #6532AD;
}
.BgClassName
{
background-color: #6532AD;
}
</style>
border-color css
<style>
span { border-color: #6532AD; }
span { border-color: rgb(101,50,173); }
td.TdClassName
{
border-color: #6532AD;
}
.TagClassName
{
border-color: #6532AD;
}
</style>