Shades of Royal Purple #64459F
Tints of Royal Purple #64459F
RGB
CMYK
RGB Variations
Color information
#64459F (or 0x64459F) is known color: Royal Purple. HEX triplet: 64, 45 and 9F. RGB value is (100,69,159). Sum of RGB (Red+Green+Blue) = 100+69+159=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 159 - color contains mainly: blue. Hex color #64459F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64459F is #9BBA60. Grayscale: #585858. Windows color (decimal): -10205793 or 10437988. OLE color: 10437988.
HSL color Cylindrical-coordinate representation of color #64459F: hue angle of 260.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64459F is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 69 | 159 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.38 |
| HSL | 260.67º | 0.39% | 0.45% | - |
| HSV(B) | 260.67º | 0.57% | 0.62% | - |
| XYZ | 13.64 | 9.47 | 33.91 | - |
| YUV | 88.53 | 167.77 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 69 | 159 | 0.37 | 0.57 | 0 | 0.38 | 260.67 | 0.39 | 0.45 |
| Hex | 64 | 45 | 9F | 25 | 39 | 0 | 26 | 105 | 27 | 2D |
| Octal | 144 | 105 | 237 | 45 | 71 | 0 | 46 | 405 | 47 | 55 |
| Binary | 1100100 | 1000101 | 10011111 | 100101 | 111001 | 0 | 100110 | 100000101 | 100111 | 101101 |
Color Harmonies of #64459F
Complementary color
Monochromatic Colors of #64459F
Black with #64459F
Text Example
Text Example
White with #64459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64459F; }
p { color: rgb(100,69,159); }
H1.HeaderClassName
{
color: #64459F;
}
.AnyTagClassName
{
color: #64459F;
}
</style>
background-color css
<style>
a { background-color: #64459F; }
a { background-color: rgb(100,69,159); }
div.DivClassName
{
background-color: #64459F;
}
.BgClassName
{
background-color: #64459F;
}
</style>
border-color css
<style>
span { border-color: #64459F; }
span { border-color: rgb(100,69,159); }
td.TdClassName
{
border-color: #64459F;
}
.TagClassName
{
border-color: #64459F;
}
</style>