Shades of Royal Purple #64439D
Tints of Royal Purple #64439D
RGB
CMYK
RGB Variations
Color information
#64439D (or 0x64439D) is known color: Royal Purple. HEX triplet: 64, 43 and 9D. RGB value is (100,67,157). Sum of RGB (Red+Green+Blue) = 100+67+157=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #64439D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64439D is #9BBC62. Grayscale: #565656. Windows color (decimal): -10206307 or 10306404. OLE color: 10306404.
HSL color Cylindrical-coordinate representation of color #64439D: hue angle of 262º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64439D is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 67 | 157 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.38 |
| HSL | 262º | 0.4% | 0.44% | - |
| HSV(B) | 262º | 0.57% | 0.62% | - |
| XYZ | 13.35 | 9.16 | 32.96 | - |
| YUV | 87.13 | 167.43 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 67 | 157 | 0.36 | 0.57 | 0 | 0.38 | 262 | 0.4 | 0.44 |
| Hex | 64 | 43 | 9D | 24 | 39 | 0 | 26 | 106 | 28 | 2C |
| Octal | 144 | 103 | 235 | 44 | 71 | 0 | 46 | 406 | 50 | 54 |
| Binary | 1100100 | 1000011 | 10011101 | 100100 | 111001 | 0 | 100110 | 100000110 | 101000 | 101100 |
Color Harmonies of #64439D
Complementary color
Monochromatic Colors of #64439D
Black with #64439D
Text Example
Text Example
White with #64439D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64439D; }
p { color: rgb(100,67,157); }
H1.HeaderClassName
{
color: #64439D;
}
.AnyTagClassName
{
color: #64439D;
}
</style>
background-color css
<style>
a { background-color: #64439D; }
a { background-color: rgb(100,67,157); }
div.DivClassName
{
background-color: #64439D;
}
.BgClassName
{
background-color: #64439D;
}
</style>
border-color css
<style>
span { border-color: #64439D; }
span { border-color: rgb(100,67,157); }
td.TdClassName
{
border-color: #64439D;
}
.TagClassName
{
border-color: #64439D;
}
</style>