Shades of Royal Purple #642E9F
Tints of Royal Purple #642E9F
RGB
CMYK
RGB Variations
Color information
#642E9F (or 0x642E9F) is known color: Royal Purple. HEX triplet: 64, 2E and 9F. RGB value is (100,46,159). Sum of RGB (Red+Green+Blue) = 100+46+159=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #642E9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642E9F is #9BD160. Grayscale: #4A4A4A. Windows color (decimal): -10211681 or 10432100. OLE color: 10432100.
HSL color Cylindrical-coordinate representation of color #642E9F: hue angle of 268.67º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #642E9F is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 46 | 159 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.38 |
| HSL | 268.67º | 0.55% | 0.4% | - |
| HSV(B) | 268.67º | 0.71% | 0.62% | - |
| XYZ | 12.49 | 7.17 | 33.53 | - |
| YUV | 75.03 | 175.39 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 46 | 159 | 0.37 | 0.71 | 0 | 0.38 | 268.67 | 0.55 | 0.4 |
| Hex | 64 | 2E | 9F | 25 | 47 | 0 | 26 | 10D | 37 | 28 |
| Octal | 144 | 56 | 237 | 45 | 107 | 0 | 46 | 415 | 67 | 50 |
| Binary | 1100100 | 101110 | 10011111 | 100101 | 1000111 | 0 | 100110 | 100001101 | 110111 | 101000 |
Color Harmonies of #642E9F
Complementary color
Monochromatic Colors of #642E9F
Black with #642E9F
Text Example
Text Example
White with #642E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642E9F; }
p { color: rgb(100,46,159); }
H1.HeaderClassName
{
color: #642E9F;
}
.AnyTagClassName
{
color: #642E9F;
}
</style>
background-color css
<style>
a { background-color: #642E9F; }
a { background-color: rgb(100,46,159); }
div.DivClassName
{
background-color: #642E9F;
}
.BgClassName
{
background-color: #642E9F;
}
</style>
border-color css
<style>
span { border-color: #642E9F; }
span { border-color: rgb(100,46,159); }
td.TdClassName
{
border-color: #642E9F;
}
.TagClassName
{
border-color: #642E9F;
}
</style>