Shades of Royal Purple #652BA2
Tints of Royal Purple #652BA2
RGB
CMYK
RGB Variations
Color information
#652BA2 (or 0x652BA2) is known color: Royal Purple. HEX triplet: 65, 2B and A2. RGB value is (101,43,162). Sum of RGB (Red+Green+Blue) = 101+43+162=306 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.01% from 306); Green value is 43 (17.19% from 255 or 14.05% from 306); Blue value is 162 (63.67% from 255 or 52.94% from 306); Max value from RGB is 162 - color contains mainly: blue. Hex color #652BA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652BA2 is #9AD45D. Grayscale: #494949. Windows color (decimal): -10146910 or 10627941. OLE color: 10627941.
HSL color Cylindrical-coordinate representation of color #652BA2: hue angle of 269.24º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #652BA2 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 43 | 162 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.36 |
| HSL | 269.24º | 0.58% | 0.4% | - |
| HSV(B) | 269.24º | 0.73% | 0.64% | - |
| XYZ | 12.75 | 7.1 | 34.88 | - |
| YUV | 73.91 | 177.72 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 43 | 162 | 0.38 | 0.73 | 0 | 0.36 | 269.24 | 0.58 | 0.4 |
| Hex | 65 | 2B | A2 | 26 | 49 | 0 | 24 | 10D | 3A | 28 |
| Octal | 145 | 53 | 242 | 46 | 111 | 0 | 44 | 415 | 72 | 50 |
| Binary | 1100101 | 101011 | 10100010 | 100110 | 1001001 | 0 | 100100 | 100001101 | 111010 | 101000 |
Color Harmonies of #652BA2
Complementary color
Monochromatic Colors of #652BA2
Black with #652BA2
Text Example
Text Example
White with #652BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652BA2; }
p { color: rgb(101,43,162); }
H1.HeaderClassName
{
color: #652BA2;
}
.AnyTagClassName
{
color: #652BA2;
}
</style>
background-color css
<style>
a { background-color: #652BA2; }
a { background-color: rgb(101,43,162); }
div.DivClassName
{
background-color: #652BA2;
}
.BgClassName
{
background-color: #652BA2;
}
</style>
border-color css
<style>
span { border-color: #652BA2; }
span { border-color: rgb(101,43,162); }
td.TdClassName
{
border-color: #652BA2;
}
.TagClassName
{
border-color: #652BA2;
}
</style>