Shades of Royal Purple #6538AD
Tints of Royal Purple #6538AD
RGB
CMYK
RGB Variations
Color information
#6538AD (or 0x6538AD) is known color: Royal Purple. HEX triplet: 65, 38 and AD. RGB value is (101,56,173). Sum of RGB (Red+Green+Blue) = 101+56+173=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #6538AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6538AD is #9AC752. Grayscale: #525252. Windows color (decimal): -10143571 or 11352165. OLE color: 11352165.
HSL color Cylindrical-coordinate representation of color #6538AD: hue angle of 263.08º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6538AD is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 56 | 173 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.32 |
| HSL | 263.08º | 0.51% | 0.45% | - |
| HSV(B) | 263.08º | 0.68% | 0.68% | - |
| XYZ | 14.32 | 8.61 | 40.44 | - |
| YUV | 82.79 | 178.91 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 56 | 173 | 0.42 | 0.68 | 0 | 0.32 | 263.08 | 0.51 | 0.45 |
| Hex | 65 | 38 | AD | 2A | 44 | 0 | 20 | 107 | 33 | 2D |
| Octal | 145 | 70 | 255 | 52 | 104 | 0 | 40 | 407 | 63 | 55 |
| Binary | 1100101 | 111000 | 10101101 | 101010 | 1000100 | 0 | 100000 | 100000111 | 110011 | 101101 |
Color Harmonies of #6538AD
Complementary color
Monochromatic Colors of #6538AD
Black with #6538AD
Text Example
Text Example
White with #6538AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6538AD; }
p { color: rgb(101,56,173); }
H1.HeaderClassName
{
color: #6538AD;
}
.AnyTagClassName
{
color: #6538AD;
}
</style>
background-color css
<style>
a { background-color: #6538AD; }
a { background-color: rgb(101,56,173); }
div.DivClassName
{
background-color: #6538AD;
}
.BgClassName
{
background-color: #6538AD;
}
</style>
border-color css
<style>
span { border-color: #6538AD; }
span { border-color: rgb(101,56,173); }
td.TdClassName
{
border-color: #6538AD;
}
.TagClassName
{
border-color: #6538AD;
}
</style>