Shades of Royal Purple #652DA1
Tints of Royal Purple #652DA1
RGB
CMYK
RGB Variations
Color information
#652DA1 (or 0x652DA1) is known color: Royal Purple. HEX triplet: 65, 2D and A1. RGB value is (101,45,161). Sum of RGB (Red+Green+Blue) = 101+45+161=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 161 (63.28% from 255 or 52.44% from 307); Max value from RGB is 161 - color contains mainly: blue. Hex color #652DA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652DA1 is #9AD25E. Grayscale: #4A4A4A. Windows color (decimal): -10146399 or 10562917. OLE color: 10562917.
HSL color Cylindrical-coordinate representation of color #652DA1: hue angle of 268.97º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #652DA1 is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 45 | 161 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.37 |
| HSL | 268.97º | 0.56% | 0.4% | - |
| HSV(B) | 268.97º | 0.72% | 0.63% | - |
| XYZ | 12.74 | 7.22 | 34.44 | - |
| YUV | 74.97 | 176.55 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 45 | 161 | 0.37 | 0.72 | 0 | 0.37 | 268.97 | 0.56 | 0.4 |
| Hex | 65 | 2D | A1 | 25 | 48 | 0 | 25 | 10D | 38 | 28 |
| Octal | 145 | 55 | 241 | 45 | 110 | 0 | 45 | 415 | 70 | 50 |
| Binary | 1100101 | 101101 | 10100001 | 100101 | 1001000 | 0 | 100101 | 100001101 | 111000 | 101000 |
Color Harmonies of #652DA1
Complementary color
Monochromatic Colors of #652DA1
Black with #652DA1
Text Example
Text Example
White with #652DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652DA1; }
p { color: rgb(101,45,161); }
H1.HeaderClassName
{
color: #652DA1;
}
.AnyTagClassName
{
color: #652DA1;
}
</style>
background-color css
<style>
a { background-color: #652DA1; }
a { background-color: rgb(101,45,161); }
div.DivClassName
{
background-color: #652DA1;
}
.BgClassName
{
background-color: #652DA1;
}
</style>
border-color css
<style>
span { border-color: #652DA1; }
span { border-color: rgb(101,45,161); }
td.TdClassName
{
border-color: #652DA1;
}
.TagClassName
{
border-color: #652DA1;
}
</style>