Shades of Royal Purple #64479B
Tints of Royal Purple #64479B
RGB
CMYK
RGB Variations
Color information
#64479B (or 0x64479B) is known color: Royal Purple. HEX triplet: 64, 47 and 9B. RGB value is (100,71,155). Sum of RGB (Red+Green+Blue) = 100+71+155=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #64479B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64479B is #9BB864. Grayscale: #585858. Windows color (decimal): -10205285 or 10176356. OLE color: 10176356.
HSL color Cylindrical-coordinate representation of color #64479B: hue angle of 260.71º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64479B is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 71 | 155 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.39 |
| HSL | 260.71º | 0.37% | 0.44% | - |
| HSV(B) | 260.71º | 0.54% | 0.61% | - |
| XYZ | 13.43 | 9.58 | 32.15 | - |
| YUV | 89.25 | 165.11 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 71 | 155 | 0.35 | 0.54 | 0 | 0.39 | 260.71 | 0.37 | 0.44 |
| Hex | 64 | 47 | 9B | 23 | 36 | 0 | 27 | 105 | 25 | 2C |
| Octal | 144 | 107 | 233 | 43 | 66 | 0 | 47 | 405 | 45 | 54 |
| Binary | 1100100 | 1000111 | 10011011 | 100011 | 110110 | 0 | 100111 | 100000101 | 100101 | 101100 |
Color Harmonies of #64479B
Complementary color
Monochromatic Colors of #64479B
Black with #64479B
Text Example
Text Example
White with #64479B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64479B; }
p { color: rgb(100,71,155); }
H1.HeaderClassName
{
color: #64479B;
}
.AnyTagClassName
{
color: #64479B;
}
</style>
background-color css
<style>
a { background-color: #64479B; }
a { background-color: rgb(100,71,155); }
div.DivClassName
{
background-color: #64479B;
}
.BgClassName
{
background-color: #64479B;
}
</style>
border-color css
<style>
span { border-color: #64479B; }
span { border-color: rgb(100,71,155); }
td.TdClassName
{
border-color: #64479B;
}
.TagClassName
{
border-color: #64479B;
}
</style>