Shades of Royal Purple #652DA3
Tints of Royal Purple #652DA3
RGB
CMYK
RGB Variations
Color information
#652DA3 (or 0x652DA3) is known color: Royal Purple. HEX triplet: 65, 2D and A3. RGB value is (101,45,163). Sum of RGB (Red+Green+Blue) = 101+45+163=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 163 (64.06% from 255 or 52.75% from 309); Max value from RGB is 163 - color contains mainly: blue. Hex color #652DA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652DA3 is #9AD25C. Grayscale: #4A4A4A. Windows color (decimal): -10146397 or 10693989. OLE color: 10693989.
HSL color Cylindrical-coordinate representation of color #652DA3: hue angle of 268.47º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #652DA3 is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 45 | 163 | - |
| CMYK | 0.38 | 0.72 | 0 | 0.36 |
| HSL | 268.47º | 0.57% | 0.41% | - |
| HSV(B) | 268.47º | 0.72% | 0.64% | - |
| XYZ | 12.92 | 7.29 | 35.38 | - |
| YUV | 75.2 | 177.55 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 45 | 163 | 0.38 | 0.72 | 0 | 0.36 | 268.47 | 0.57 | 0.41 |
| Hex | 65 | 2D | A3 | 26 | 48 | 0 | 24 | 10C | 39 | 29 |
| Octal | 145 | 55 | 243 | 46 | 110 | 0 | 44 | 414 | 71 | 51 |
| Binary | 1100101 | 101101 | 10100011 | 100110 | 1001000 | 0 | 100100 | 100001100 | 111001 | 101001 |
Color Harmonies of #652DA3
Complementary color
Monochromatic Colors of #652DA3
Black with #652DA3
Text Example
Text Example
White with #652DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652DA3; }
p { color: rgb(101,45,163); }
H1.HeaderClassName
{
color: #652DA3;
}
.AnyTagClassName
{
color: #652DA3;
}
</style>
background-color css
<style>
a { background-color: #652DA3; }
a { background-color: rgb(101,45,163); }
div.DivClassName
{
background-color: #652DA3;
}
.BgClassName
{
background-color: #652DA3;
}
</style>
border-color css
<style>
span { border-color: #652DA3; }
span { border-color: rgb(101,45,163); }
td.TdClassName
{
border-color: #652DA3;
}
.TagClassName
{
border-color: #652DA3;
}
</style>