Shades of Royal Purple #652CAB
Tints of Royal Purple #652CAB
RGB
CMYK
RGB Variations
Color information
#652CAB (or 0x652CAB) is known color: Royal Purple. HEX triplet: 65, 2C and AB. RGB value is (101,44,171). Sum of RGB (Red+Green+Blue) = 101+44+171=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #652CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652CAB is #9AD354. Grayscale: #4B4B4B. Windows color (decimal): -10146645 or 11218021. OLE color: 11218021.
HSL color Cylindrical-coordinate representation of color #652CAB: hue angle of 266.93º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #652CAB is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 44 | 171 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.33 |
| HSL | 266.93º | 0.59% | 0.42% | - |
| HSV(B) | 266.93º | 0.74% | 0.67% | - |
| XYZ | 13.62 | 7.51 | 39.26 | - |
| YUV | 75.52 | 181.88 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 171 | 0.41 | 0.74 | 0 | 0.33 | 266.93 | 0.59 | 0.42 |
| Hex | 65 | 2C | AB | 29 | 4A | 0 | 21 | 10B | 3B | 2A |
| Octal | 145 | 54 | 253 | 51 | 112 | 0 | 41 | 413 | 73 | 52 |
| Binary | 1100101 | 101100 | 10101011 | 101001 | 1001010 | 0 | 100001 | 100001011 | 111011 | 101010 |
Color Harmonies of #652CAB
Complementary color
Monochromatic Colors of #652CAB
Black with #652CAB
Text Example
Text Example
White with #652CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652CAB; }
p { color: rgb(101,44,171); }
H1.HeaderClassName
{
color: #652CAB;
}
.AnyTagClassName
{
color: #652CAB;
}
</style>
background-color css
<style>
a { background-color: #652CAB; }
a { background-color: rgb(101,44,171); }
div.DivClassName
{
background-color: #652CAB;
}
.BgClassName
{
background-color: #652CAB;
}
</style>
border-color css
<style>
span { border-color: #652CAB; }
span { border-color: rgb(101,44,171); }
td.TdClassName
{
border-color: #652CAB;
}
.TagClassName
{
border-color: #652CAB;
}
</style>