Shades of Royal Purple #651CA0
Tints of Royal Purple #651CA0
RGB
CMYK
RGB Variations
Color information
#651CA0 (or 0x651CA0) is known color: Royal Purple. HEX triplet: 65, 1C and A0. RGB value is (101,28,160). Sum of RGB (Red+Green+Blue) = 101+28+160=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 160 (62.89% from 255 or 55.36% from 289); Max value from RGB is 160 - color contains mainly: blue. Hex color #651CA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #651CA0 is #9AE35F. Grayscale: #404040. Windows color (decimal): -10150752 or 10493029. OLE color: 10493029.
HSL color Cylindrical-coordinate representation of color #651CA0: hue angle of 273.18º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #651CA0 is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 28 | 160 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.37 |
| HSL | 273.18º | 0.7% | 0.37% | - |
| HSV(B) | 273.18º | 0.83% | 0.63% | - |
| XYZ | 12.13 | 6.14 | 33.8 | - |
| YUV | 64.88 | 181.68 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 28 | 160 | 0.37 | 0.82 | 0 | 0.37 | 273.18 | 0.7 | 0.37 |
| Hex | 65 | 1C | A0 | 25 | 52 | 0 | 25 | 111 | 46 | 25 |
| Octal | 145 | 34 | 240 | 45 | 122 | 0 | 45 | 421 | 106 | 45 |
| Binary | 1100101 | 11100 | 10100000 | 100101 | 1010010 | 0 | 100101 | 100010001 | 1000110 | 100101 |
Color Harmonies of #651CA0
Complementary color
Monochromatic Colors of #651CA0
Black with #651CA0
Text Example
Text Example
White with #651CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651CA0; }
p { color: rgb(101,28,160); }
H1.HeaderClassName
{
color: #651CA0;
}
.AnyTagClassName
{
color: #651CA0;
}
</style>
background-color css
<style>
a { background-color: #651CA0; }
a { background-color: rgb(101,28,160); }
div.DivClassName
{
background-color: #651CA0;
}
.BgClassName
{
background-color: #651CA0;
}
</style>
border-color css
<style>
span { border-color: #651CA0; }
span { border-color: rgb(101,28,160); }
td.TdClassName
{
border-color: #651CA0;
}
.TagClassName
{
border-color: #651CA0;
}
</style>