Shades of Royal Purple #64389E
Tints of Royal Purple #64389E
RGB
CMYK
RGB Variations
Color information
#64389E (or 0x64389E) is known color: Royal Purple. HEX triplet: 64, 38 and 9E. RGB value is (100,56,158). Sum of RGB (Red+Green+Blue) = 100+56+158=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #64389E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64389E is #9BC761. Grayscale: #505050. Windows color (decimal): -10209122 or 10369124. OLE color: 10369124.
HSL color Cylindrical-coordinate representation of color #64389E: hue angle of 265.88º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #64389E is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 56 | 158 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.38 |
| HSL | 265.88º | 0.48% | 0.42% | - |
| HSV(B) | 265.88º | 0.65% | 0.62% | - |
| XYZ | 12.84 | 8.01 | 33.22 | - |
| YUV | 80.78 | 171.58 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 56 | 158 | 0.37 | 0.65 | 0 | 0.38 | 265.88 | 0.48 | 0.42 |
| Hex | 64 | 38 | 9E | 25 | 41 | 0 | 26 | 10A | 30 | 2A |
| Octal | 144 | 70 | 236 | 45 | 101 | 0 | 46 | 412 | 60 | 52 |
| Binary | 1100100 | 111000 | 10011110 | 100101 | 1000001 | 0 | 100110 | 100001010 | 110000 | 101010 |
Color Harmonies of #64389E
Complementary color
Monochromatic Colors of #64389E
Black with #64389E
Text Example
Text Example
White with #64389E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64389E; }
p { color: rgb(100,56,158); }
H1.HeaderClassName
{
color: #64389E;
}
.AnyTagClassName
{
color: #64389E;
}
</style>
background-color css
<style>
a { background-color: #64389E; }
a { background-color: rgb(100,56,158); }
div.DivClassName
{
background-color: #64389E;
}
.BgClassName
{
background-color: #64389E;
}
</style>
border-color css
<style>
span { border-color: #64389E; }
span { border-color: rgb(100,56,158); }
td.TdClassName
{
border-color: #64389E;
}
.TagClassName
{
border-color: #64389E;
}
</style>