Shades of Royal Purple #641DA1
Tints of Royal Purple #641DA1
RGB
CMYK
RGB Variations
Color information
#641DA1 (or 0x641DA1) is known color: Royal Purple. HEX triplet: 64, 1D and A1. RGB value is (100,29,161). Sum of RGB (Red+Green+Blue) = 100+29+161=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 161 (63.28% from 255 or 55.52% from 290); Max value from RGB is 161 - color contains mainly: blue. Hex color #641DA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641DA1 is #9BE25E. Grayscale: #404040. Windows color (decimal): -10216031 or 10558820. OLE color: 10558820.
HSL color Cylindrical-coordinate representation of color #641DA1: hue angle of 272.27º degrees, saturation: 0.69, 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 #641DA1 is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 29 | 161 | - |
| CMYK | 0.38 | 0.82 | 0 | 0.37 |
| HSL | 272.27º | 0.69% | 0.37% | - |
| HSV(B) | 272.27º | 0.82% | 0.63% | - |
| XYZ | 12.13 | 6.16 | 34.27 | - |
| YUV | 65.28 | 182.02 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 29 | 161 | 0.38 | 0.82 | 0 | 0.37 | 272.27 | 0.69 | 0.37 |
| Hex | 64 | 1D | A1 | 26 | 52 | 0 | 25 | 110 | 45 | 25 |
| Octal | 144 | 35 | 241 | 46 | 122 | 0 | 45 | 420 | 105 | 45 |
| Binary | 1100100 | 11101 | 10100001 | 100110 | 1010010 | 0 | 100101 | 100010000 | 1000101 | 100101 |
Color Harmonies of #641DA1
Complementary color
Monochromatic Colors of #641DA1
Black with #641DA1
Text Example
Text Example
White with #641DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641DA1; }
p { color: rgb(100,29,161); }
H1.HeaderClassName
{
color: #641DA1;
}
.AnyTagClassName
{
color: #641DA1;
}
</style>
background-color css
<style>
a { background-color: #641DA1; }
a { background-color: rgb(100,29,161); }
div.DivClassName
{
background-color: #641DA1;
}
.BgClassName
{
background-color: #641DA1;
}
</style>
border-color css
<style>
span { border-color: #641DA1; }
span { border-color: rgb(100,29,161); }
td.TdClassName
{
border-color: #641DA1;
}
.TagClassName
{
border-color: #641DA1;
}
</style>