Shades of Royal Purple #641B99
Tints of Royal Purple #641B99
RGB
CMYK
RGB Variations
Color information
#641B99 (or 0x641B99) is known color: Royal Purple. HEX triplet: 64, 1B and 99. RGB value is (100,27,153). Sum of RGB (Red+Green+Blue) = 100+27+153=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #641B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641B99 is #9BE466. Grayscale: #3E3E3E. Windows color (decimal): -10216551 or 10034020. OLE color: 10034020.
HSL color Cylindrical-coordinate representation of color #641B99: hue angle of 274.76º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #641B99 is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 27 | 153 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.4 |
| HSL | 274.76º | 0.7% | 0.35% | - |
| HSV(B) | 274.76º | 0.82% | 0.6% | - |
| XYZ | 11.4 | 5.79 | 30.65 | - |
| YUV | 63.19 | 178.68 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 27 | 153 | 0.35 | 0.82 | 0 | 0.4 | 274.76 | 0.7 | 0.35 |
| Hex | 64 | 1B | 99 | 23 | 52 | 0 | 28 | 113 | 46 | 23 |
| Octal | 144 | 33 | 231 | 43 | 122 | 0 | 50 | 423 | 106 | 43 |
| Binary | 1100100 | 11011 | 10011001 | 100011 | 1010010 | 0 | 101000 | 100010011 | 1000110 | 100011 |
Color Harmonies of #641B99
Complementary color
Monochromatic Colors of #641B99
Black with #641B99
Text Example
Text Example
White with #641B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641B99; }
p { color: rgb(100,27,153); }
H1.HeaderClassName
{
color: #641B99;
}
.AnyTagClassName
{
color: #641B99;
}
</style>
background-color css
<style>
a { background-color: #641B99; }
a { background-color: rgb(100,27,153); }
div.DivClassName
{
background-color: #641B99;
}
.BgClassName
{
background-color: #641B99;
}
</style>
border-color css
<style>
span { border-color: #641B99; }
span { border-color: rgb(100,27,153); }
td.TdClassName
{
border-color: #641B99;
}
.TagClassName
{
border-color: #641B99;
}
</style>