Shades of Royal Purple #653DAC
Tints of Royal Purple #653DAC
RGB
CMYK
RGB Variations
Color information
#653DAC (or 0x653DAC) is known color: Royal Purple. HEX triplet: 65, 3D and AC. RGB value is (101,61,172). Sum of RGB (Red+Green+Blue) = 101+61+172=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #653DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653DAC is #9AC253. Grayscale: #555555. Windows color (decimal): -10142292 or 11287909. OLE color: 11287909.
HSL color Cylindrical-coordinate representation of color #653DAC: hue angle of 261.62º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #653DAC is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 61 | 172 | - |
| CMYK | 0.41 | 0.65 | 0 | 0.33 |
| HSL | 261.62º | 0.48% | 0.46% | - |
| HSV(B) | 261.62º | 0.65% | 0.67% | - |
| XYZ | 14.48 | 9.08 | 40.02 | - |
| YUV | 85.61 | 176.75 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 172 | 0.41 | 0.65 | 0 | 0.33 | 261.62 | 0.48 | 0.46 |
| Hex | 65 | 3D | AC | 29 | 41 | 0 | 21 | 106 | 30 | 2E |
| Octal | 145 | 75 | 254 | 51 | 101 | 0 | 41 | 406 | 60 | 56 |
| Binary | 1100101 | 111101 | 10101100 | 101001 | 1000001 | 0 | 100001 | 100000110 | 110000 | 101110 |
Color Harmonies of #653DAC
Complementary color
Monochromatic Colors of #653DAC
Black with #653DAC
Text Example
Text Example
White with #653DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653DAC; }
p { color: rgb(101,61,172); }
H1.HeaderClassName
{
color: #653DAC;
}
.AnyTagClassName
{
color: #653DAC;
}
</style>
background-color css
<style>
a { background-color: #653DAC; }
a { background-color: rgb(101,61,172); }
div.DivClassName
{
background-color: #653DAC;
}
.BgClassName
{
background-color: #653DAC;
}
</style>
border-color css
<style>
span { border-color: #653DAC; }
span { border-color: rgb(101,61,172); }
td.TdClassName
{
border-color: #653DAC;
}
.TagClassName
{
border-color: #653DAC;
}
</style>