Shades of Royal Purple #652BAA
Tints of Royal Purple #652BAA
RGB
CMYK
RGB Variations
Color information
#652BAA (or 0x652BAA) is known color: Royal Purple. HEX triplet: 65, 2B and AA. RGB value is (101,43,170). Sum of RGB (Red+Green+Blue) = 101+43+170=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #652BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652BAA is #9AD455. Grayscale: #4A4A4A. Windows color (decimal): -10146902 or 11152229. OLE color: 11152229.
HSL color Cylindrical-coordinate representation of color #652BAA: hue angle of 267.4º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #652BAA is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 43 | 170 | - |
| CMYK | 0.41 | 0.75 | 0 | 0.33 |
| HSL | 267.4º | 0.6% | 0.42% | - |
| HSV(B) | 267.4º | 0.75% | 0.67% | - |
| XYZ | 13.49 | 7.4 | 38.75 | - |
| YUV | 74.82 | 181.72 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 43 | 170 | 0.41 | 0.75 | 0 | 0.33 | 267.4 | 0.6 | 0.42 |
| Hex | 65 | 2B | AA | 29 | 4B | 0 | 21 | 10B | 3C | 2A |
| Octal | 145 | 53 | 252 | 51 | 113 | 0 | 41 | 413 | 74 | 52 |
| Binary | 1100101 | 101011 | 10101010 | 101001 | 1001011 | 0 | 100001 | 100001011 | 111100 | 101010 |
Color Harmonies of #652BAA
Complementary color
Monochromatic Colors of #652BAA
Black with #652BAA
Text Example
Text Example
White with #652BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652BAA; }
p { color: rgb(101,43,170); }
H1.HeaderClassName
{
color: #652BAA;
}
.AnyTagClassName
{
color: #652BAA;
}
</style>
background-color css
<style>
a { background-color: #652BAA; }
a { background-color: rgb(101,43,170); }
div.DivClassName
{
background-color: #652BAA;
}
.BgClassName
{
background-color: #652BAA;
}
</style>
border-color css
<style>
span { border-color: #652BAA; }
span { border-color: rgb(101,43,170); }
td.TdClassName
{
border-color: #652BAA;
}
.TagClassName
{
border-color: #652BAA;
}
</style>