Shades of Royal Purple #652C93
Tints of Royal Purple #652C93
RGB
CMYK
RGB Variations
Color information
#652C93 (or 0x652C93) is known color: Royal Purple. HEX triplet: 65, 2C and 93. RGB value is (101,44,147). Sum of RGB (Red+Green+Blue) = 101+44+147=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 44 (17.58% from 255 or 15.07% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #652C93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652C93 is #9AD36C. Grayscale: #484848. Windows color (decimal): -10146669 or 9645157. OLE color: 9645157.
HSL color Cylindrical-coordinate representation of color #652C93: hue angle of 273.2º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #652C93 is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 44 | 147 | - |
| CMYK | 0.31 | 0.70 | 0 | 0.42 |
| HSL | 273.2º | 0.54% | 0.37% | - |
| HSV(B) | 273.2º | 0.7% | 0.58% | - |
| XYZ | 11.53 | 6.67 | 28.28 | - |
| YUV | 72.79 | 169.88 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 147 | 0.31 | 0.70 | 0 | 0.42 | 273.2 | 0.54 | 0.37 |
| Hex | 65 | 2C | 93 | 1F | 46 | 0 | 2A | 111 | 36 | 25 |
| Octal | 145 | 54 | 223 | 37 | 106 | 0 | 52 | 421 | 66 | 45 |
| Binary | 1100101 | 101100 | 10010011 | 11111 | 1000110 | 0 | 101010 | 100010001 | 110110 | 100101 |
Color Harmonies of #652C93
Complementary color
Monochromatic Colors of #652C93
Black with #652C93
Text Example
Text Example
White with #652C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652C93; }
p { color: rgb(101,44,147); }
H1.HeaderClassName
{
color: #652C93;
}
.AnyTagClassName
{
color: #652C93;
}
</style>
background-color css
<style>
a { background-color: #652C93; }
a { background-color: rgb(101,44,147); }
div.DivClassName
{
background-color: #652C93;
}
.BgClassName
{
background-color: #652C93;
}
</style>
border-color css
<style>
span { border-color: #652C93; }
span { border-color: rgb(101,44,147); }
td.TdClassName
{
border-color: #652C93;
}
.TagClassName
{
border-color: #652C93;
}
</style>