Shades of Royal Purple #64469F
Tints of Royal Purple #64469F
RGB
CMYK
RGB Variations
Color information
#64469F (or 0x64469F) is known color: Royal Purple. HEX triplet: 64, 46 and 9F. RGB value is (100,70,159). Sum of RGB (Red+Green+Blue) = 100+70+159=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 159 - color contains mainly: blue. Hex color #64469F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64469F is #9BB960. Grayscale: #585858. Windows color (decimal): -10205537 or 10438244. OLE color: 10438244.
HSL color Cylindrical-coordinate representation of color #64469F: hue angle of 260.22º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64469F is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 70 | 159 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.38 |
| HSL | 260.22º | 0.39% | 0.45% | - |
| HSV(B) | 260.22º | 0.56% | 0.62% | - |
| XYZ | 13.7 | 9.59 | 33.93 | - |
| YUV | 89.12 | 167.44 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 70 | 159 | 0.37 | 0.56 | 0 | 0.38 | 260.22 | 0.39 | 0.45 |
| Hex | 64 | 46 | 9F | 25 | 38 | 0 | 26 | 104 | 27 | 2D |
| Octal | 144 | 106 | 237 | 45 | 70 | 0 | 46 | 404 | 47 | 55 |
| Binary | 1100100 | 1000110 | 10011111 | 100101 | 111000 | 0 | 100110 | 100000100 | 100111 | 101101 |
Color Harmonies of #64469F
Complementary color
Monochromatic Colors of #64469F
Black with #64469F
Text Example
Text Example
White with #64469F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64469F; }
p { color: rgb(100,70,159); }
H1.HeaderClassName
{
color: #64469F;
}
.AnyTagClassName
{
color: #64469F;
}
</style>
background-color css
<style>
a { background-color: #64469F; }
a { background-color: rgb(100,70,159); }
div.DivClassName
{
background-color: #64469F;
}
.BgClassName
{
background-color: #64469F;
}
</style>
border-color css
<style>
span { border-color: #64469F; }
span { border-color: rgb(100,70,159); }
td.TdClassName
{
border-color: #64469F;
}
.TagClassName
{
border-color: #64469F;
}
</style>