Shades of Royal Purple #64249E
Tints of Royal Purple #64249E
RGB
CMYK
RGB Variations
Color information
#64249E (or 0x64249E) is known color: Royal Purple. HEX triplet: 64, 24 and 9E. RGB value is (100,36,158). Sum of RGB (Red+Green+Blue) = 100+36+158=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #64249E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64249E is #9BDB61. Grayscale: #444444. Windows color (decimal): -10214242 or 10364004. OLE color: 10364004.
HSL color Cylindrical-coordinate representation of color #64249E: hue angle of 271.48º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #64249E is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 36 | 158 | - |
| CMYK | 0.37 | 0.77 | 0 | 0.38 |
| HSL | 271.48º | 0.63% | 0.38% | - |
| HSV(B) | 271.48º | 0.77% | 0.62% | - |
| XYZ | 12.06 | 6.44 | 32.96 | - |
| YUV | 69.04 | 178.2 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 36 | 158 | 0.37 | 0.77 | 0 | 0.38 | 271.48 | 0.63 | 0.38 |
| Hex | 64 | 24 | 9E | 25 | 4D | 0 | 26 | 10F | 3F | 26 |
| Octal | 144 | 44 | 236 | 45 | 115 | 0 | 46 | 417 | 77 | 46 |
| Binary | 1100100 | 100100 | 10011110 | 100101 | 1001101 | 0 | 100110 | 100001111 | 111111 | 100110 |
Color Harmonies of #64249E
Complementary color
Monochromatic Colors of #64249E
Black with #64249E
Text Example
Text Example
White with #64249E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64249E; }
p { color: rgb(100,36,158); }
H1.HeaderClassName
{
color: #64249E;
}
.AnyTagClassName
{
color: #64249E;
}
</style>
background-color css
<style>
a { background-color: #64249E; }
a { background-color: rgb(100,36,158); }
div.DivClassName
{
background-color: #64249E;
}
.BgClassName
{
background-color: #64249E;
}
</style>
border-color css
<style>
span { border-color: #64249E; }
span { border-color: rgb(100,36,158); }
td.TdClassName
{
border-color: #64249E;
}
.TagClassName
{
border-color: #64249E;
}
</style>