Shades of Royal Purple #642E99
Tints of Royal Purple #642E99
RGB
CMYK
RGB Variations
Color information
#642E99 (or 0x642E99) is known color: Royal Purple. HEX triplet: 64, 2E and 99. RGB value is (100,46,153). Sum of RGB (Red+Green+Blue) = 100+46+153=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #642E99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642E99 is #9BD166. Grayscale: #494949. Windows color (decimal): -10211687 or 10038884. OLE color: 10038884.
HSL color Cylindrical-coordinate representation of color #642E99: hue angle of 270.28º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #642E99 is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 46 | 153 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.4 |
| HSL | 270.28º | 0.54% | 0.39% | - |
| HSV(B) | 270.28º | 0.7% | 0.6% | - |
| XYZ | 11.98 | 6.96 | 30.85 | - |
| YUV | 74.34 | 172.39 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 46 | 153 | 0.35 | 0.70 | 0 | 0.4 | 270.28 | 0.54 | 0.39 |
| Hex | 64 | 2E | 99 | 23 | 46 | 0 | 28 | 10E | 36 | 27 |
| Octal | 144 | 56 | 231 | 43 | 106 | 0 | 50 | 416 | 66 | 47 |
| Binary | 1100100 | 101110 | 10011001 | 100011 | 1000110 | 0 | 101000 | 100001110 | 110110 | 100111 |
Color Harmonies of #642E99
Complementary color
Monochromatic Colors of #642E99
Black with #642E99
Text Example
Text Example
White with #642E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642E99; }
p { color: rgb(100,46,153); }
H1.HeaderClassName
{
color: #642E99;
}
.AnyTagClassName
{
color: #642E99;
}
</style>
background-color css
<style>
a { background-color: #642E99; }
a { background-color: rgb(100,46,153); }
div.DivClassName
{
background-color: #642E99;
}
.BgClassName
{
background-color: #642E99;
}
</style>
border-color css
<style>
span { border-color: #642E99; }
span { border-color: rgb(100,46,153); }
td.TdClassName
{
border-color: #642E99;
}
.TagClassName
{
border-color: #642E99;
}
</style>