Shades of Royal Purple #652FAC
Tints of Royal Purple #652FAC
RGB
CMYK
RGB Variations
Color information
#652FAC (or 0x652FAC) is known color: Royal Purple. HEX triplet: 65, 2F and AC. RGB value is (101,47,172). Sum of RGB (Red+Green+Blue) = 101+47+172=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #652FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652FAC is #9AD053. Grayscale: #4C4C4C. Windows color (decimal): -10145876 or 11284325. OLE color: 11284325.
HSL color Cylindrical-coordinate representation of color #652FAC: hue angle of 265.92º 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 #652FAC is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 47 | 172 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.33 |
| HSL | 265.92º | 0.57% | 0.43% | - |
| HSV(B) | 265.92º | 0.73% | 0.67% | - |
| XYZ | 13.83 | 7.78 | 39.8 | - |
| YUV | 77.4 | 181.39 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 47 | 172 | 0.41 | 0.73 | 0 | 0.33 | 265.92 | 0.57 | 0.43 |
| Hex | 65 | 2F | AC | 29 | 49 | 0 | 21 | 10A | 39 | 2B |
| Octal | 145 | 57 | 254 | 51 | 111 | 0 | 41 | 412 | 71 | 53 |
| Binary | 1100101 | 101111 | 10101100 | 101001 | 1001001 | 0 | 100001 | 100001010 | 111001 | 101011 |
Color Harmonies of #652FAC
Complementary color
Monochromatic Colors of #652FAC
Black with #652FAC
Text Example
Text Example
White with #652FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652FAC; }
p { color: rgb(101,47,172); }
H1.HeaderClassName
{
color: #652FAC;
}
.AnyTagClassName
{
color: #652FAC;
}
</style>
background-color css
<style>
a { background-color: #652FAC; }
a { background-color: rgb(101,47,172); }
div.DivClassName
{
background-color: #652FAC;
}
.BgClassName
{
background-color: #652FAC;
}
</style>
border-color css
<style>
span { border-color: #652FAC; }
span { border-color: rgb(101,47,172); }
td.TdClassName
{
border-color: #652FAC;
}
.TagClassName
{
border-color: #652FAC;
}
</style>