Shades of Royal Purple #64429F
Tints of Royal Purple #64429F
RGB
CMYK
RGB Variations
Color information
#64429F (or 0x64429F) is known color: Royal Purple. HEX triplet: 64, 42 and 9F. RGB value is (100,66,159). Sum of RGB (Red+Green+Blue) = 100+66+159=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #64429F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64429F is #9BBD60. Grayscale: #565656. Windows color (decimal): -10206561 or 10437220. OLE color: 10437220.
HSL color Cylindrical-coordinate representation of color #64429F: hue angle of 261.94º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64429F is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 66 | 159 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.38 |
| HSL | 261.94º | 0.41% | 0.44% | - |
| HSV(B) | 261.94º | 0.58% | 0.62% | - |
| XYZ | 13.46 | 9.11 | 33.85 | - |
| YUV | 86.77 | 168.76 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 66 | 159 | 0.37 | 0.58 | 0 | 0.38 | 261.94 | 0.41 | 0.44 |
| Hex | 64 | 42 | 9F | 25 | 3A | 0 | 26 | 106 | 29 | 2C |
| Octal | 144 | 102 | 237 | 45 | 72 | 0 | 46 | 406 | 51 | 54 |
| Binary | 1100100 | 1000010 | 10011111 | 100101 | 111010 | 0 | 100110 | 100000110 | 101001 | 101100 |
Color Harmonies of #64429F
Complementary color
Monochromatic Colors of #64429F
Black with #64429F
Text Example
Text Example
White with #64429F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64429F; }
p { color: rgb(100,66,159); }
H1.HeaderClassName
{
color: #64429F;
}
.AnyTagClassName
{
color: #64429F;
}
</style>
background-color css
<style>
a { background-color: #64429F; }
a { background-color: rgb(100,66,159); }
div.DivClassName
{
background-color: #64429F;
}
.BgClassName
{
background-color: #64429F;
}
</style>
border-color css
<style>
span { border-color: #64429F; }
span { border-color: rgb(100,66,159); }
td.TdClassName
{
border-color: #64429F;
}
.TagClassName
{
border-color: #64429F;
}
</style>