Shades of Royal Purple #6536A0
Tints of Royal Purple #6536A0
RGB
CMYK
RGB Variations
Color information
#6536A0 (or 0x6536A0) is known color: Royal Purple. HEX triplet: 65, 36 and A0. RGB value is (101,54,160). Sum of RGB (Red+Green+Blue) = 101+54+160=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 160 (62.89% from 255 or 50.79% from 315); Max value from RGB is 160 - color contains mainly: blue. Hex color #6536A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6536A0 is #9AC95F. Grayscale: #4F4F4F. Windows color (decimal): -10144096 or 10499685. OLE color: 10499685.
HSL color Cylindrical-coordinate representation of color #6536A0: hue angle of 266.6º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6536A0 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 54 | 160 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.37 |
| HSL | 266.6º | 0.5% | 0.42% | - |
| HSV(B) | 266.6º | 0.66% | 0.63% | - |
| XYZ | 13.03 | 7.94 | 34.1 | - |
| YUV | 80.14 | 173.07 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 54 | 160 | 0.37 | 0.66 | 0 | 0.37 | 266.6 | 0.5 | 0.42 |
| Hex | 65 | 36 | A0 | 25 | 42 | 0 | 25 | 10B | 32 | 2A |
| Octal | 145 | 66 | 240 | 45 | 102 | 0 | 45 | 413 | 62 | 52 |
| Binary | 1100101 | 110110 | 10100000 | 100101 | 1000010 | 0 | 100101 | 100001011 | 110010 | 101010 |
Color Harmonies of #6536A0
Complementary color
Monochromatic Colors of #6536A0
Black with #6536A0
Text Example
Text Example
White with #6536A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6536A0; }
p { color: rgb(101,54,160); }
H1.HeaderClassName
{
color: #6536A0;
}
.AnyTagClassName
{
color: #6536A0;
}
</style>
background-color css
<style>
a { background-color: #6536A0; }
a { background-color: rgb(101,54,160); }
div.DivClassName
{
background-color: #6536A0;
}
.BgClassName
{
background-color: #6536A0;
}
</style>
border-color css
<style>
span { border-color: #6536A0; }
span { border-color: rgb(101,54,160); }
td.TdClassName
{
border-color: #6536A0;
}
.TagClassName
{
border-color: #6536A0;
}
</style>