Shades of Royal Purple #641FA3
Tints of Royal Purple #641FA3
RGB
CMYK
RGB Variations
Color information
#641FA3 (or 0x641FA3) is known color: Royal Purple. HEX triplet: 64, 1F and A3. RGB value is (100,31,163). Sum of RGB (Red+Green+Blue) = 100+31+163=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 31 (12.5% from 255 or 10.54% from 294); Blue value is 163 (64.06% from 255 or 55.44% from 294); Max value from RGB is 163 - color contains mainly: blue. Hex color #641FA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641FA3 is #9BE05C. Grayscale: #424242. Windows color (decimal): -10215517 or 10690404. OLE color: 10690404.
HSL color Cylindrical-coordinate representation of color #641FA3: hue angle of 271.36º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #641FA3 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 31 | 163 | - |
| CMYK | 0.39 | 0.81 | 0 | 0.36 |
| HSL | 271.36º | 0.68% | 0.38% | - |
| HSV(B) | 271.36º | 0.81% | 0.64% | - |
| XYZ | 12.36 | 6.33 | 35.22 | - |
| YUV | 66.68 | 182.36 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 31 | 163 | 0.39 | 0.81 | 0 | 0.36 | 271.36 | 0.68 | 0.38 |
| Hex | 64 | 1F | A3 | 27 | 51 | 0 | 24 | 10F | 44 | 26 |
| Octal | 144 | 37 | 243 | 47 | 121 | 0 | 44 | 417 | 104 | 46 |
| Binary | 1100100 | 11111 | 10100011 | 100111 | 1010001 | 0 | 100100 | 100001111 | 1000100 | 100110 |
Color Harmonies of #641FA3
Complementary color
Monochromatic Colors of #641FA3
Black with #641FA3
Text Example
Text Example
White with #641FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641FA3; }
p { color: rgb(100,31,163); }
H1.HeaderClassName
{
color: #641FA3;
}
.AnyTagClassName
{
color: #641FA3;
}
</style>
background-color css
<style>
a { background-color: #641FA3; }
a { background-color: rgb(100,31,163); }
div.DivClassName
{
background-color: #641FA3;
}
.BgClassName
{
background-color: #641FA3;
}
</style>
border-color css
<style>
span { border-color: #641FA3; }
span { border-color: rgb(100,31,163); }
td.TdClassName
{
border-color: #641FA3;
}
.TagClassName
{
border-color: #641FA3;
}
</style>