Shades of Royal Purple #642898
Tints of Royal Purple #642898
RGB
CMYK
RGB Variations
Color information
#642898 (or 0x642898) is known color: Royal Purple. HEX triplet: 64, 28 and 98. RGB value is (100,40,152). Sum of RGB (Red+Green+Blue) = 100+40+152=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 152 (59.77% from 255 or 52.05% from 292); Max value from RGB is 152 - color contains mainly: blue. Hex color #642898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642898 is #9BD767. Grayscale: #464646. Windows color (decimal): -10213224 or 9971812. OLE color: 9971812.
HSL color Cylindrical-coordinate representation of color #642898: hue angle of 272.14º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #642898 is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 40 | 152 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.40 |
| HSL | 272.14º | 0.58% | 0.38% | - |
| HSV(B) | 272.14º | 0.74% | 0.6% | - |
| XYZ | 11.68 | 6.49 | 30.34 | - |
| YUV | 70.71 | 173.88 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 40 | 152 | 0.34 | 0.74 | 0 | 0.40 | 272.14 | 0.58 | 0.38 |
| Hex | 64 | 28 | 98 | 22 | 4A | 0 | 28 | 110 | 3A | 26 |
| Octal | 144 | 50 | 230 | 42 | 112 | 0 | 50 | 420 | 72 | 46 |
| Binary | 1100100 | 101000 | 10011000 | 100010 | 1001010 | 0 | 101000 | 100010000 | 111010 | 100110 |
Color Harmonies of #642898
Complementary color
Monochromatic Colors of #642898
Black with #642898
Text Example
Text Example
White with #642898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642898; }
p { color: rgb(100,40,152); }
H1.HeaderClassName
{
color: #642898;
}
.AnyTagClassName
{
color: #642898;
}
</style>
background-color css
<style>
a { background-color: #642898; }
a { background-color: rgb(100,40,152); }
div.DivClassName
{
background-color: #642898;
}
.BgClassName
{
background-color: #642898;
}
</style>
border-color css
<style>
span { border-color: #642898; }
span { border-color: rgb(100,40,152); }
td.TdClassName
{
border-color: #642898;
}
.TagClassName
{
border-color: #642898;
}
</style>