Shades of Royal Purple #642C98
Tints of Royal Purple #642C98
RGB
CMYK
RGB Variations
Color information
#642C98 (or 0x642C98) is known color: Royal Purple. HEX triplet: 64, 2C and 98. RGB value is (100,44,152). Sum of RGB (Red+Green+Blue) = 100+44+152=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 152 (59.77% from 255 or 51.35% from 296); Max value from RGB is 152 - color contains mainly: blue. Hex color #642C98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642C98 is #9BD367. Grayscale: #484848. Windows color (decimal): -10212200 or 9972836. OLE color: 9972836.
HSL color Cylindrical-coordinate representation of color #642C98: hue angle of 271.11º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #642C98 is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 44 | 152 | - |
| CMYK | 0.34 | 0.71 | 0 | 0.40 |
| HSL | 271.11º | 0.55% | 0.38% | - |
| HSV(B) | 271.11º | 0.71% | 0.6% | - |
| XYZ | 11.82 | 6.78 | 30.39 | - |
| YUV | 73.06 | 172.55 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 152 | 0.34 | 0.71 | 0 | 0.40 | 271.11 | 0.55 | 0.38 |
| Hex | 64 | 2C | 98 | 22 | 47 | 0 | 28 | 10F | 37 | 26 |
| Octal | 144 | 54 | 230 | 42 | 107 | 0 | 50 | 417 | 67 | 46 |
| Binary | 1100100 | 101100 | 10011000 | 100010 | 1000111 | 0 | 101000 | 100001111 | 110111 | 100110 |
Color Harmonies of #642C98
Complementary color
Monochromatic Colors of #642C98
Black with #642C98
Text Example
Text Example
White with #642C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642C98; }
p { color: rgb(100,44,152); }
H1.HeaderClassName
{
color: #642C98;
}
.AnyTagClassName
{
color: #642C98;
}
</style>
background-color css
<style>
a { background-color: #642C98; }
a { background-color: rgb(100,44,152); }
div.DivClassName
{
background-color: #642C98;
}
.BgClassName
{
background-color: #642C98;
}
</style>
border-color css
<style>
span { border-color: #642C98; }
span { border-color: rgb(100,44,152); }
td.TdClassName
{
border-color: #642C98;
}
.TagClassName
{
border-color: #642C98;
}
</style>