Shades of Royal Purple #6538AB
Tints of Royal Purple #6538AB
RGB
CMYK
RGB Variations
Color information
#6538AB (or 0x6538AB) is known color: Royal Purple. HEX triplet: 65, 38 and AB. RGB value is (101,56,171). Sum of RGB (Red+Green+Blue) = 101+56+171=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #6538AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6538AB is #9AC754. Grayscale: #525252. Windows color (decimal): -10143573 or 11221093. OLE color: 11221093.
HSL color Cylindrical-coordinate representation of color #6538AB: hue angle of 263.48º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6538AB is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 56 | 171 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.33 |
| HSL | 263.48º | 0.51% | 0.45% | - |
| HSV(B) | 263.48º | 0.67% | 0.67% | - |
| XYZ | 14.13 | 8.54 | 39.43 | - |
| YUV | 82.57 | 177.91 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 56 | 171 | 0.41 | 0.67 | 0 | 0.33 | 263.48 | 0.51 | 0.45 |
| Hex | 65 | 38 | AB | 29 | 43 | 0 | 21 | 107 | 33 | 2D |
| Octal | 145 | 70 | 253 | 51 | 103 | 0 | 41 | 407 | 63 | 55 |
| Binary | 1100101 | 111000 | 10101011 | 101001 | 1000011 | 0 | 100001 | 100000111 | 110011 | 101101 |
Color Harmonies of #6538AB
Complementary color
Monochromatic Colors of #6538AB
Black with #6538AB
Text Example
Text Example
White with #6538AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6538AB; }
p { color: rgb(101,56,171); }
H1.HeaderClassName
{
color: #6538AB;
}
.AnyTagClassName
{
color: #6538AB;
}
</style>
background-color css
<style>
a { background-color: #6538AB; }
a { background-color: rgb(101,56,171); }
div.DivClassName
{
background-color: #6538AB;
}
.BgClassName
{
background-color: #6538AB;
}
</style>
border-color css
<style>
span { border-color: #6538AB; }
span { border-color: rgb(101,56,171); }
td.TdClassName
{
border-color: #6538AB;
}
.TagClassName
{
border-color: #6538AB;
}
</style>