Shades of Royal Purple #642C94
Tints of Royal Purple #642C94
RGB
CMYK
RGB Variations
Color information
#642C94 (or 0x642C94) is known color: Royal Purple. HEX triplet: 64, 2C and 94. RGB value is (100,44,148). Sum of RGB (Red+Green+Blue) = 100+44+148=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 44 (17.58% from 255 or 15.07% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #642C94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642C94 is #9BD36B. Grayscale: #484848. Windows color (decimal): -10212204 or 9710692. OLE color: 9710692.
HSL color Cylindrical-coordinate representation of color #642C94: hue angle of 272.31º 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 #642C94 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 44 | 148 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.42 |
| HSL | 272.31º | 0.54% | 0.38% | - |
| HSV(B) | 272.31º | 0.7% | 0.58% | - |
| XYZ | 11.5 | 6.65 | 28.69 | - |
| YUV | 72.6 | 170.55 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 148 | 0.32 | 0.70 | 0 | 0.42 | 272.31 | 0.54 | 0.38 |
| Hex | 64 | 2C | 94 | 20 | 46 | 0 | 2A | 110 | 36 | 26 |
| Octal | 144 | 54 | 224 | 40 | 106 | 0 | 52 | 420 | 66 | 46 |
| Binary | 1100100 | 101100 | 10010100 | 100000 | 1000110 | 0 | 101010 | 100010000 | 110110 | 100110 |
Color Harmonies of #642C94
Complementary color
Monochromatic Colors of #642C94
Black with #642C94
Text Example
Text Example
White with #642C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642C94; }
p { color: rgb(100,44,148); }
H1.HeaderClassName
{
color: #642C94;
}
.AnyTagClassName
{
color: #642C94;
}
</style>
background-color css
<style>
a { background-color: #642C94; }
a { background-color: rgb(100,44,148); }
div.DivClassName
{
background-color: #642C94;
}
.BgClassName
{
background-color: #642C94;
}
</style>
border-color css
<style>
span { border-color: #642C94; }
span { border-color: rgb(100,44,148); }
td.TdClassName
{
border-color: #642C94;
}
.TagClassName
{
border-color: #642C94;
}
</style>