Shades of Royal Purple #64409E
Tints of Royal Purple #64409E
RGB
CMYK
RGB Variations
Color information
#64409E (or 0x64409E) is known color: Royal Purple. HEX triplet: 64, 40 and 9E. RGB value is (100,64,158). Sum of RGB (Red+Green+Blue) = 100+64+158=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 158 - color contains mainly: blue. Hex color #64409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64409E is #9BBF61. Grayscale: #555555. Windows color (decimal): -10207074 or 10371172. OLE color: 10371172.
HSL color Cylindrical-coordinate representation of color #64409E: hue angle of 262.98º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64409E is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 64 | 158 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.38 |
| HSL | 262.98º | 0.42% | 0.44% | - |
| HSV(B) | 262.98º | 0.59% | 0.62% | - |
| XYZ | 13.26 | 8.84 | 33.36 | - |
| YUV | 85.48 | 168.93 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 64 | 158 | 0.37 | 0.59 | 0 | 0.38 | 262.98 | 0.42 | 0.44 |
| Hex | 64 | 40 | 9E | 25 | 3B | 0 | 26 | 107 | 2A | 2C |
| Octal | 144 | 100 | 236 | 45 | 73 | 0 | 46 | 407 | 52 | 54 |
| Binary | 1100100 | 1000000 | 10011110 | 100101 | 111011 | 0 | 100110 | 100000111 | 101010 | 101100 |
Color Harmonies of #64409E
Complementary color
Monochromatic Colors of #64409E
Black with #64409E
Text Example
Text Example
White with #64409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64409E; }
p { color: rgb(100,64,158); }
H1.HeaderClassName
{
color: #64409E;
}
.AnyTagClassName
{
color: #64409E;
}
</style>
background-color css
<style>
a { background-color: #64409E; }
a { background-color: rgb(100,64,158); }
div.DivClassName
{
background-color: #64409E;
}
.BgClassName
{
background-color: #64409E;
}
</style>
border-color css
<style>
span { border-color: #64409E; }
span { border-color: rgb(100,64,158); }
td.TdClassName
{
border-color: #64409E;
}
.TagClassName
{
border-color: #64409E;
}
</style>