Shades of Royal Purple #6527A3
Tints of Royal Purple #6527A3
RGB
CMYK
RGB Variations
Color information
#6527A3 (or 0x6527A3) is known color: Royal Purple. HEX triplet: 65, 27 and A3. RGB value is (101,39,163). Sum of RGB (Red+Green+Blue) = 101+39+163=303 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.33% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 163 (64.06% from 255 or 53.80% from 303); Max value from RGB is 163 - color contains mainly: blue. Hex color #6527A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6527A3 is #9AD85C. Grayscale: #474747. Windows color (decimal): -10147933 or 10692453. OLE color: 10692453.
HSL color Cylindrical-coordinate representation of color #6527A3: hue angle of 270º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6527A3 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 39 | 163 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.36 |
| HSL | 270º | 0.61% | 0.4% | - |
| HSV(B) | 270º | 0.76% | 0.64% | - |
| XYZ | 12.7 | 6.86 | 35.31 | - |
| YUV | 71.67 | 179.54 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 39 | 163 | 0.38 | 0.76 | 0 | 0.36 | 270 | 0.61 | 0.4 |
| Hex | 65 | 27 | A3 | 26 | 4C | 0 | 24 | 10E | 3D | 28 |
| Octal | 145 | 47 | 243 | 46 | 114 | 0 | 44 | 416 | 75 | 50 |
| Binary | 1100101 | 100111 | 10100011 | 100110 | 1001100 | 0 | 100100 | 100001110 | 111101 | 101000 |
Color Harmonies of #6527A3
Complementary color
Monochromatic Colors of #6527A3
Black with #6527A3
Text Example
Text Example
White with #6527A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6527A3; }
p { color: rgb(101,39,163); }
H1.HeaderClassName
{
color: #6527A3;
}
.AnyTagClassName
{
color: #6527A3;
}
</style>
background-color css
<style>
a { background-color: #6527A3; }
a { background-color: rgb(101,39,163); }
div.DivClassName
{
background-color: #6527A3;
}
.BgClassName
{
background-color: #6527A3;
}
</style>
border-color css
<style>
span { border-color: #6527A3; }
span { border-color: rgb(101,39,163); }
td.TdClassName
{
border-color: #6527A3;
}
.TagClassName
{
border-color: #6527A3;
}
</style>