Shades of Royal Purple #641AA0
Tints of Royal Purple #641AA0
RGB
CMYK
RGB Variations
Color information
#641AA0 (or 0x641AA0) is known color: Royal Purple. HEX triplet: 64, 1A and A0. RGB value is (100,26,160). Sum of RGB (Red+Green+Blue) = 100+26+160=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 160 (62.89% from 255 or 55.94% from 286); Max value from RGB is 160 - color contains mainly: blue. Hex color #641AA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641AA0 is #9BE55F. Grayscale: #3E3E3E. Windows color (decimal): -10216800 or 10492516. OLE color: 10492516.
HSL color Cylindrical-coordinate representation of color #641AA0: hue angle of 273.13º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #641AA0 is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 26 | 160 | - |
| CMYK | 0.38 | 0.84 | 0 | 0.37 |
| HSL | 273.13º | 0.72% | 0.36% | - |
| HSV(B) | 273.13º | 0.84% | 0.63% | - |
| XYZ | 11.97 | 5.99 | 33.78 | - |
| YUV | 63.4 | 182.52 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 26 | 160 | 0.38 | 0.84 | 0 | 0.37 | 273.13 | 0.72 | 0.36 |
| Hex | 64 | 1A | A0 | 26 | 54 | 0 | 25 | 111 | 48 | 24 |
| Octal | 144 | 32 | 240 | 46 | 124 | 0 | 45 | 421 | 110 | 44 |
| Binary | 1100100 | 11010 | 10100000 | 100110 | 1010100 | 0 | 100101 | 100010001 | 1001000 | 100100 |
Color Harmonies of #641AA0
Complementary color
Monochromatic Colors of #641AA0
Black with #641AA0
Text Example
Text Example
White with #641AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641AA0; }
p { color: rgb(100,26,160); }
H1.HeaderClassName
{
color: #641AA0;
}
.AnyTagClassName
{
color: #641AA0;
}
</style>
background-color css
<style>
a { background-color: #641AA0; }
a { background-color: rgb(100,26,160); }
div.DivClassName
{
background-color: #641AA0;
}
.BgClassName
{
background-color: #641AA0;
}
</style>
border-color css
<style>
span { border-color: #641AA0; }
span { border-color: rgb(100,26,160); }
td.TdClassName
{
border-color: #641AA0;
}
.TagClassName
{
border-color: #641AA0;
}
</style>