Shades of Royal Purple #6537AA
Tints of Royal Purple #6537AA
RGB
CMYK
RGB Variations
Color information
#6537AA (or 0x6537AA) is known color: Royal Purple. HEX triplet: 65, 37 and AA. RGB value is (101,55,170). Sum of RGB (Red+Green+Blue) = 101+55+170=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #6537AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6537AA is #9AC855. Grayscale: #515151. Windows color (decimal): -10143830 or 11155301. OLE color: 11155301.
HSL color Cylindrical-coordinate representation of color #6537AA: hue angle of 264º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6537AA is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 55 | 170 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.33 |
| HSL | 264º | 0.51% | 0.44% | - |
| HSV(B) | 264º | 0.68% | 0.67% | - |
| XYZ | 13.99 | 8.4 | 38.91 | - |
| YUV | 81.86 | 177.74 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 55 | 170 | 0.41 | 0.68 | 0 | 0.33 | 264 | 0.51 | 0.44 |
| Hex | 65 | 37 | AA | 29 | 44 | 0 | 21 | 108 | 33 | 2C |
| Octal | 145 | 67 | 252 | 51 | 104 | 0 | 41 | 410 | 63 | 54 |
| Binary | 1100101 | 110111 | 10101010 | 101001 | 1000100 | 0 | 100001 | 100001000 | 110011 | 101100 |
Color Harmonies of #6537AA
Complementary color
Monochromatic Colors of #6537AA
Black with #6537AA
Text Example
Text Example
White with #6537AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6537AA; }
p { color: rgb(101,55,170); }
H1.HeaderClassName
{
color: #6537AA;
}
.AnyTagClassName
{
color: #6537AA;
}
</style>
background-color css
<style>
a { background-color: #6537AA; }
a { background-color: rgb(101,55,170); }
div.DivClassName
{
background-color: #6537AA;
}
.BgClassName
{
background-color: #6537AA;
}
</style>
border-color css
<style>
span { border-color: #6537AA; }
span { border-color: rgb(101,55,170); }
td.TdClassName
{
border-color: #6537AA;
}
.TagClassName
{
border-color: #6537AA;
}
</style>