Shades of Royal Purple #64329F
Tints of Royal Purple #64329F
RGB
CMYK
RGB Variations
Color information
#64329F (or 0x64329F) is known color: Royal Purple. HEX triplet: 64, 32 and 9F. RGB value is (100,50,159). Sum of RGB (Red+Green+Blue) = 100+50+159=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #64329F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64329F is #9BCD60. Grayscale: #4C4C4C. Windows color (decimal): -10210657 or 10433124. OLE color: 10433124.
HSL color Cylindrical-coordinate representation of color #64329F: hue angle of 267.52º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64329F is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 50 | 159 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.38 |
| HSL | 267.52º | 0.52% | 0.41% | - |
| HSV(B) | 267.52º | 0.69% | 0.62% | - |
| XYZ | 12.65 | 7.49 | 33.58 | - |
| YUV | 77.38 | 174.07 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 159 | 0.37 | 0.69 | 0 | 0.38 | 267.52 | 0.52 | 0.41 |
| Hex | 64 | 32 | 9F | 25 | 45 | 0 | 26 | 10C | 34 | 29 |
| Octal | 144 | 62 | 237 | 45 | 105 | 0 | 46 | 414 | 64 | 51 |
| Binary | 1100100 | 110010 | 10011111 | 100101 | 1000101 | 0 | 100110 | 100001100 | 110100 | 101001 |
Color Harmonies of #64329F
Complementary color
Monochromatic Colors of #64329F
Black with #64329F
Text Example
Text Example
White with #64329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64329F; }
p { color: rgb(100,50,159); }
H1.HeaderClassName
{
color: #64329F;
}
.AnyTagClassName
{
color: #64329F;
}
</style>
background-color css
<style>
a { background-color: #64329F; }
a { background-color: rgb(100,50,159); }
div.DivClassName
{
background-color: #64329F;
}
.BgClassName
{
background-color: #64329F;
}
</style>
border-color css
<style>
span { border-color: #64329F; }
span { border-color: rgb(100,50,159); }
td.TdClassName
{
border-color: #64329F;
}
.TagClassName
{
border-color: #64329F;
}
</style>