Shades of Royal Purple #642C95
Tints of Royal Purple #642C95
RGB
CMYK
RGB Variations
Color information
#642C95 (or 0x642C95) is known color: Royal Purple. HEX triplet: 64, 2C and 95. RGB value is (100,44,149). Sum of RGB (Red+Green+Blue) = 100+44+149=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #642C95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642C95 is #9BD36A. Grayscale: #484848. Windows color (decimal): -10212203 or 9776228. OLE color: 9776228.
HSL color Cylindrical-coordinate representation of color #642C95: hue angle of 272º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #642C95 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 44 | 149 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.42 |
| HSL | 272º | 0.54% | 0.38% | - |
| HSV(B) | 272º | 0.7% | 0.58% | - |
| XYZ | 11.58 | 6.68 | 29.11 | - |
| YUV | 72.71 | 171.05 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 149 | 0.33 | 0.70 | 0 | 0.42 | 272 | 0.54 | 0.38 |
| Hex | 64 | 2C | 95 | 21 | 46 | 0 | 2A | 110 | 36 | 26 |
| Octal | 144 | 54 | 225 | 41 | 106 | 0 | 52 | 420 | 66 | 46 |
| Binary | 1100100 | 101100 | 10010101 | 100001 | 1000110 | 0 | 101010 | 100010000 | 110110 | 100110 |
Color Harmonies of #642C95
Complementary color
Monochromatic Colors of #642C95
Black with #642C95
Text Example
Text Example
White with #642C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642C95; }
p { color: rgb(100,44,149); }
H1.HeaderClassName
{
color: #642C95;
}
.AnyTagClassName
{
color: #642C95;
}
</style>
background-color css
<style>
a { background-color: #642C95; }
a { background-color: rgb(100,44,149); }
div.DivClassName
{
background-color: #642C95;
}
.BgClassName
{
background-color: #642C95;
}
</style>
border-color css
<style>
span { border-color: #642C95; }
span { border-color: rgb(100,44,149); }
td.TdClassName
{
border-color: #642C95;
}
.TagClassName
{
border-color: #642C95;
}
</style>