Shades of Royal Purple #6533AA
Tints of Royal Purple #6533AA
RGB
CMYK
RGB Variations
Color information
#6533AA (or 0x6533AA) is known color: Royal Purple. HEX triplet: 65, 33 and AA. RGB value is (101,51,170). Sum of RGB (Red+Green+Blue) = 101+51+170=322 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.37% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #6533AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6533AA is #9ACC55. Grayscale: #4F4F4F. Windows color (decimal): -10144854 or 11154277. OLE color: 11154277.
HSL color Cylindrical-coordinate representation of color #6533AA: hue angle of 265.21º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6533AA is Cyan = 0.41, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 51 | 170 | - |
| CMYK | 0.41 | 0.7 | 0 | 0.33 |
| HSL | 265.21º | 0.54% | 0.43% | - |
| HSV(B) | 265.21º | 0.7% | 0.67% | - |
| XYZ | 13.81 | 8.04 | 38.85 | - |
| YUV | 79.52 | 179.07 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 170 | 0.41 | 0.7 | 0 | 0.33 | 265.21 | 0.54 | 0.43 |
| Hex | 65 | 33 | AA | 29 | 46 | 0 | 21 | 109 | 36 | 2B |
| Octal | 145 | 63 | 252 | 51 | 106 | 0 | 41 | 411 | 66 | 53 |
| Binary | 1100101 | 110011 | 10101010 | 101001 | 1000110 | 0 | 100001 | 100001001 | 110110 | 101011 |
Color Harmonies of #6533AA
Complementary color
Monochromatic Colors of #6533AA
Black with #6533AA
Text Example
Text Example
White with #6533AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6533AA; }
p { color: rgb(101,51,170); }
H1.HeaderClassName
{
color: #6533AA;
}
.AnyTagClassName
{
color: #6533AA;
}
</style>
background-color css
<style>
a { background-color: #6533AA; }
a { background-color: rgb(101,51,170); }
div.DivClassName
{
background-color: #6533AA;
}
.BgClassName
{
background-color: #6533AA;
}
</style>
border-color css
<style>
span { border-color: #6533AA; }
span { border-color: rgb(101,51,170); }
td.TdClassName
{
border-color: #6533AA;
}
.TagClassName
{
border-color: #6533AA;
}
</style>