Shades of Royal Purple #64249F
Tints of Royal Purple #64249F
RGB
CMYK
RGB Variations
Color information
#64249F (or 0x64249F) is known color: Royal Purple. HEX triplet: 64, 24 and 9F. RGB value is (100,36,159). Sum of RGB (Red+Green+Blue) = 100+36+159=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #64249F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64249F is #9BDB60. Grayscale: #444444. Windows color (decimal): -10214241 or 10429540. OLE color: 10429540.
HSL color Cylindrical-coordinate representation of color #64249F: hue angle of 271.22º 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 #64249F is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 36 | 159 | - |
| CMYK | 0.37 | 0.77 | 0 | 0.38 |
| HSL | 271.22º | 0.63% | 0.38% | - |
| HSV(B) | 271.22º | 0.77% | 0.62% | - |
| XYZ | 12.14 | 6.47 | 33.41 | - |
| YUV | 69.16 | 178.7 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 36 | 159 | 0.37 | 0.77 | 0 | 0.38 | 271.22 | 0.63 | 0.38 |
| Hex | 64 | 24 | 9F | 25 | 4D | 0 | 26 | 10F | 3F | 26 |
| Octal | 144 | 44 | 237 | 45 | 115 | 0 | 46 | 417 | 77 | 46 |
| Binary | 1100100 | 100100 | 10011111 | 100101 | 1001101 | 0 | 100110 | 100001111 | 111111 | 100110 |
Color Harmonies of #64249F
Complementary color
Monochromatic Colors of #64249F
Black with #64249F
Text Example
Text Example
White with #64249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64249F; }
p { color: rgb(100,36,159); }
H1.HeaderClassName
{
color: #64249F;
}
.AnyTagClassName
{
color: #64249F;
}
</style>
background-color css
<style>
a { background-color: #64249F; }
a { background-color: rgb(100,36,159); }
div.DivClassName
{
background-color: #64249F;
}
.BgClassName
{
background-color: #64249F;
}
</style>
border-color css
<style>
span { border-color: #64249F; }
span { border-color: rgb(100,36,159); }
td.TdClassName
{
border-color: #64249F;
}
.TagClassName
{
border-color: #64249F;
}
</style>