Shades of Royal Purple #6528A0
Tints of Royal Purple #6528A0
RGB
CMYK
RGB Variations
Color information
#6528A0 (or 0x6528A0) is known color: Royal Purple. HEX triplet: 65, 28 and A0. RGB value is (101,40,160). Sum of RGB (Red+Green+Blue) = 101+40+160=301 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.55% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 160 (62.89% from 255 or 53.16% from 301); Max value from RGB is 160 - color contains mainly: blue. Hex color #6528A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6528A0 is #9AD75F. Grayscale: #474747. Windows color (decimal): -10147680 or 10496101. OLE color: 10496101.
HSL color Cylindrical-coordinate representation of color #6528A0: hue angle of 270.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6528A0 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 40 | 160 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.37 |
| HSL | 270.5º | 0.6% | 0.39% | - |
| HSV(B) | 270.5º | 0.75% | 0.63% | - |
| XYZ | 12.47 | 6.82 | 33.92 | - |
| YUV | 71.92 | 177.71 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 160 | 0.37 | 0.75 | 0 | 0.37 | 270.5 | 0.6 | 0.39 |
| Hex | 65 | 28 | A0 | 25 | 4B | 0 | 25 | 10E | 3C | 27 |
| Octal | 145 | 50 | 240 | 45 | 113 | 0 | 45 | 416 | 74 | 47 |
| Binary | 1100101 | 101000 | 10100000 | 100101 | 1001011 | 0 | 100101 | 100001110 | 111100 | 100111 |
Color Harmonies of #6528A0
Complementary color
Monochromatic Colors of #6528A0
Black with #6528A0
Text Example
Text Example
White with #6528A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6528A0; }
p { color: rgb(101,40,160); }
H1.HeaderClassName
{
color: #6528A0;
}
.AnyTagClassName
{
color: #6528A0;
}
</style>
background-color css
<style>
a { background-color: #6528A0; }
a { background-color: rgb(101,40,160); }
div.DivClassName
{
background-color: #6528A0;
}
.BgClassName
{
background-color: #6528A0;
}
</style>
border-color css
<style>
span { border-color: #6528A0; }
span { border-color: rgb(101,40,160); }
td.TdClassName
{
border-color: #6528A0;
}
.TagClassName
{
border-color: #6528A0;
}
</style>