Shades of Royal Purple #652FAB
Tints of Royal Purple #652FAB
RGB
CMYK
RGB Variations
Color information
#652FAB (or 0x652FAB) is known color: Royal Purple. HEX triplet: 65, 2F and AB. RGB value is (101,47,171). Sum of RGB (Red+Green+Blue) = 101+47+171=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #652FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652FAB is #9AD054. Grayscale: #4C4C4C. Windows color (decimal): -10145877 or 11218789. OLE color: 11218789.
HSL color Cylindrical-coordinate representation of color #652FAB: hue angle of 266.13º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #652FAB is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 47 | 171 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.33 |
| HSL | 266.13º | 0.57% | 0.43% | - |
| HSV(B) | 266.13º | 0.73% | 0.67% | - |
| XYZ | 13.73 | 7.74 | 39.3 | - |
| YUV | 77.28 | 180.89 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 47 | 171 | 0.41 | 0.73 | 0 | 0.33 | 266.13 | 0.57 | 0.43 |
| Hex | 65 | 2F | AB | 29 | 49 | 0 | 21 | 10A | 39 | 2B |
| Octal | 145 | 57 | 253 | 51 | 111 | 0 | 41 | 412 | 71 | 53 |
| Binary | 1100101 | 101111 | 10101011 | 101001 | 1001001 | 0 | 100001 | 100001010 | 111001 | 101011 |
Color Harmonies of #652FAB
Complementary color
Monochromatic Colors of #652FAB
Black with #652FAB
Text Example
Text Example
White with #652FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652FAB; }
p { color: rgb(101,47,171); }
H1.HeaderClassName
{
color: #652FAB;
}
.AnyTagClassName
{
color: #652FAB;
}
</style>
background-color css
<style>
a { background-color: #652FAB; }
a { background-color: rgb(101,47,171); }
div.DivClassName
{
background-color: #652FAB;
}
.BgClassName
{
background-color: #652FAB;
}
</style>
border-color css
<style>
span { border-color: #652FAB; }
span { border-color: rgb(101,47,171); }
td.TdClassName
{
border-color: #652FAB;
}
.TagClassName
{
border-color: #652FAB;
}
</style>