Shades of Royal Purple #6539AD
Tints of Royal Purple #6539AD
RGB
CMYK
RGB Variations
Color information
#6539AD (or 0x6539AD) is known color: Royal Purple. HEX triplet: 65, 39 and AD. RGB value is (101,57,173). Sum of RGB (Red+Green+Blue) = 101+57+173=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #6539AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6539AD is #9AC652. Grayscale: #525252. Windows color (decimal): -10143315 or 11352421. OLE color: 11352421.
HSL color Cylindrical-coordinate representation of color #6539AD: hue angle of 262.76º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6539AD is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 57 | 173 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.32 |
| HSL | 262.76º | 0.5% | 0.45% | - |
| HSV(B) | 262.76º | 0.67% | 0.68% | - |
| XYZ | 14.37 | 8.71 | 40.46 | - |
| YUV | 83.38 | 178.58 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 57 | 173 | 0.42 | 0.67 | 0 | 0.32 | 262.76 | 0.5 | 0.45 |
| Hex | 65 | 39 | AD | 2A | 43 | 0 | 20 | 107 | 32 | 2D |
| Octal | 145 | 71 | 255 | 52 | 103 | 0 | 40 | 407 | 62 | 55 |
| Binary | 1100101 | 111001 | 10101101 | 101010 | 1000011 | 0 | 100000 | 100000111 | 110010 | 101101 |
Color Harmonies of #6539AD
Complementary color
Monochromatic Colors of #6539AD
Black with #6539AD
Text Example
Text Example
White with #6539AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6539AD; }
p { color: rgb(101,57,173); }
H1.HeaderClassName
{
color: #6539AD;
}
.AnyTagClassName
{
color: #6539AD;
}
</style>
background-color css
<style>
a { background-color: #6539AD; }
a { background-color: rgb(101,57,173); }
div.DivClassName
{
background-color: #6539AD;
}
.BgClassName
{
background-color: #6539AD;
}
</style>
border-color css
<style>
span { border-color: #6539AD; }
span { border-color: rgb(101,57,173); }
td.TdClassName
{
border-color: #6539AD;
}
.TagClassName
{
border-color: #6539AD;
}
</style>