Shades of Royal Purple #64359E
Tints of Royal Purple #64359E
RGB
CMYK
RGB Variations
Color information
#64359E (or 0x64359E) is known color: Royal Purple. HEX triplet: 64, 35 and 9E. RGB value is (100,53,158). Sum of RGB (Red+Green+Blue) = 100+53+158=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 158 (62.11% from 255 or 50.80% from 311); Max value from RGB is 158 - color contains mainly: blue. Hex color #64359E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64359E is #9BCA61. Grayscale: #4E4E4E. Windows color (decimal): -10209890 or 10368356. OLE color: 10368356.
HSL color Cylindrical-coordinate representation of color #64359E: hue angle of 266.86º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #64359E is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 53 | 158 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.38 |
| HSL | 266.86º | 0.5% | 0.41% | - |
| HSV(B) | 266.86º | 0.66% | 0.62% | - |
| XYZ | 12.7 | 7.72 | 33.17 | - |
| YUV | 79.02 | 172.57 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 53 | 158 | 0.37 | 0.66 | 0 | 0.38 | 266.86 | 0.5 | 0.41 |
| Hex | 64 | 35 | 9E | 25 | 42 | 0 | 26 | 10B | 32 | 29 |
| Octal | 144 | 65 | 236 | 45 | 102 | 0 | 46 | 413 | 62 | 51 |
| Binary | 1100100 | 110101 | 10011110 | 100101 | 1000010 | 0 | 100110 | 100001011 | 110010 | 101001 |
Color Harmonies of #64359E
Complementary color
Monochromatic Colors of #64359E
Black with #64359E
Text Example
Text Example
White with #64359E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64359E; }
p { color: rgb(100,53,158); }
H1.HeaderClassName
{
color: #64359E;
}
.AnyTagClassName
{
color: #64359E;
}
</style>
background-color css
<style>
a { background-color: #64359E; }
a { background-color: rgb(100,53,158); }
div.DivClassName
{
background-color: #64359E;
}
.BgClassName
{
background-color: #64359E;
}
</style>
border-color css
<style>
span { border-color: #64359E; }
span { border-color: rgb(100,53,158); }
td.TdClassName
{
border-color: #64359E;
}
.TagClassName
{
border-color: #64359E;
}
</style>