Shades of Royal Purple #6531A0
Tints of Royal Purple #6531A0
RGB
CMYK
RGB Variations
Color information
#6531A0 (or 0x6531A0) is known color: Royal Purple. HEX triplet: 65, 31 and A0. RGB value is (101,49,160). Sum of RGB (Red+Green+Blue) = 101+49+160=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 160 (62.89% from 255 or 51.61% from 310); Max value from RGB is 160 - color contains mainly: blue. Hex color #6531A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6531A0 is #9ACE5F. Grayscale: #4C4C4C. Windows color (decimal): -10145376 or 10498405. OLE color: 10498405.
HSL color Cylindrical-coordinate representation of color #6531A0: hue angle of 268.11º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6531A0 is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 49 | 160 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.37 |
| HSL | 268.11º | 0.53% | 0.41% | - |
| HSV(B) | 268.11º | 0.69% | 0.63% | - |
| XYZ | 12.81 | 7.5 | 34.03 | - |
| YUV | 77.2 | 174.73 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 49 | 160 | 0.37 | 0.69 | 0 | 0.37 | 268.11 | 0.53 | 0.41 |
| Hex | 65 | 31 | A0 | 25 | 45 | 0 | 25 | 10C | 35 | 29 |
| Octal | 145 | 61 | 240 | 45 | 105 | 0 | 45 | 414 | 65 | 51 |
| Binary | 1100101 | 110001 | 10100000 | 100101 | 1000101 | 0 | 100101 | 100001100 | 110101 | 101001 |
Color Harmonies of #6531A0
Complementary color
Monochromatic Colors of #6531A0
Black with #6531A0
Text Example
Text Example
White with #6531A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6531A0; }
p { color: rgb(101,49,160); }
H1.HeaderClassName
{
color: #6531A0;
}
.AnyTagClassName
{
color: #6531A0;
}
</style>
background-color css
<style>
a { background-color: #6531A0; }
a { background-color: rgb(101,49,160); }
div.DivClassName
{
background-color: #6531A0;
}
.BgClassName
{
background-color: #6531A0;
}
</style>
border-color css
<style>
span { border-color: #6531A0; }
span { border-color: rgb(101,49,160); }
td.TdClassName
{
border-color: #6531A0;
}
.TagClassName
{
border-color: #6531A0;
}
</style>