Shades of Royal Purple #643498
Tints of Royal Purple #643498
RGB
CMYK
RGB Variations
Color information
#643498 (or 0x643498) is known color: Royal Purple. HEX triplet: 64, 34 and 98. RGB value is (100,52,152). Sum of RGB (Red+Green+Blue) = 100+52+152=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #643498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643498 is #9BCB67. Grayscale: #4D4D4D. Windows color (decimal): -10210152 or 9974884. OLE color: 9974884.
HSL color Cylindrical-coordinate representation of color #643498: hue angle of 268.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #643498 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 52 | 152 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.40 |
| HSL | 268.8º | 0.49% | 0.4% | - |
| HSV(B) | 268.8º | 0.66% | 0.6% | - |
| XYZ | 12.15 | 7.43 | 30.5 | - |
| YUV | 77.75 | 169.9 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 52 | 152 | 0.34 | 0.66 | 0 | 0.40 | 268.8 | 0.49 | 0.4 |
| Hex | 64 | 34 | 98 | 22 | 42 | 0 | 28 | 10D | 31 | 28 |
| Octal | 144 | 64 | 230 | 42 | 102 | 0 | 50 | 415 | 61 | 50 |
| Binary | 1100100 | 110100 | 10011000 | 100010 | 1000010 | 0 | 101000 | 100001101 | 110001 | 101000 |
Color Harmonies of #643498
Complementary color
Monochromatic Colors of #643498
Black with #643498
Text Example
Text Example
White with #643498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643498; }
p { color: rgb(100,52,152); }
H1.HeaderClassName
{
color: #643498;
}
.AnyTagClassName
{
color: #643498;
}
</style>
background-color css
<style>
a { background-color: #643498; }
a { background-color: rgb(100,52,152); }
div.DivClassName
{
background-color: #643498;
}
.BgClassName
{
background-color: #643498;
}
</style>
border-color css
<style>
span { border-color: #643498; }
span { border-color: rgb(100,52,152); }
td.TdClassName
{
border-color: #643498;
}
.TagClassName
{
border-color: #643498;
}
</style>