Shades of Royal Purple #652C9E
Tints of Royal Purple #652C9E
RGB
CMYK
RGB Variations
Color information
#652C9E (or 0x652C9E) is known color: Royal Purple. HEX triplet: 65, 2C and 9E. RGB value is (101,44,158). Sum of RGB (Red+Green+Blue) = 101+44+158=303 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.33% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #652C9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652C9E is #9AD361. Grayscale: #494949. Windows color (decimal): -10146658 or 10366053. OLE color: 10366053.
HSL color Cylindrical-coordinate representation of color #652C9E: hue angle of 270º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #652C9E is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 44 | 158 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.38 |
| HSL | 270º | 0.56% | 0.4% | - |
| HSV(B) | 270º | 0.72% | 0.62% | - |
| XYZ | 12.44 | 7.04 | 33.05 | - |
| YUV | 74.04 | 175.38 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 158 | 0.36 | 0.72 | 0 | 0.38 | 270 | 0.56 | 0.4 |
| Hex | 65 | 2C | 9E | 24 | 48 | 0 | 26 | 10E | 38 | 28 |
| Octal | 145 | 54 | 236 | 44 | 110 | 0 | 46 | 416 | 70 | 50 |
| Binary | 1100101 | 101100 | 10011110 | 100100 | 1001000 | 0 | 100110 | 100001110 | 111000 | 101000 |
Color Harmonies of #652C9E
Complementary color
Monochromatic Colors of #652C9E
Black with #652C9E
Text Example
Text Example
White with #652C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652C9E; }
p { color: rgb(101,44,158); }
H1.HeaderClassName
{
color: #652C9E;
}
.AnyTagClassName
{
color: #652C9E;
}
</style>
background-color css
<style>
a { background-color: #652C9E; }
a { background-color: rgb(101,44,158); }
div.DivClassName
{
background-color: #652C9E;
}
.BgClassName
{
background-color: #652C9E;
}
</style>
border-color css
<style>
span { border-color: #652C9E; }
span { border-color: rgb(101,44,158); }
td.TdClassName
{
border-color: #652C9E;
}
.TagClassName
{
border-color: #652C9E;
}
</style>