Shades of Royal Purple #64499B
Tints of Royal Purple #64499B
RGB
CMYK
RGB Variations
Color information
#64499B (or 0x64499B) is known color: Royal Purple. HEX triplet: 64, 49 and 9B. RGB value is (100,73,155). Sum of RGB (Red+Green+Blue) = 100+73+155=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #64499B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64499B is #9BB664. Grayscale: #5A5A5A. Windows color (decimal): -10204773 or 10176868. OLE color: 10176868.
HSL color Cylindrical-coordinate representation of color #64499B: hue angle of 259.76º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64499B is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 73 | 155 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.39 |
| HSL | 259.76º | 0.36% | 0.45% | - |
| HSV(B) | 259.76º | 0.53% | 0.61% | - |
| XYZ | 13.55 | 9.84 | 32.2 | - |
| YUV | 90.42 | 164.45 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 73 | 155 | 0.35 | 0.53 | 0 | 0.39 | 259.76 | 0.36 | 0.45 |
| Hex | 64 | 49 | 9B | 23 | 35 | 0 | 27 | 104 | 24 | 2D |
| Octal | 144 | 111 | 233 | 43 | 65 | 0 | 47 | 404 | 44 | 55 |
| Binary | 1100100 | 1001001 | 10011011 | 100011 | 110101 | 0 | 100111 | 100000100 | 100100 | 101101 |
Color Harmonies of #64499B
Complementary color
Monochromatic Colors of #64499B
Black with #64499B
Text Example
Text Example
White with #64499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64499B; }
p { color: rgb(100,73,155); }
H1.HeaderClassName
{
color: #64499B;
}
.AnyTagClassName
{
color: #64499B;
}
</style>
background-color css
<style>
a { background-color: #64499B; }
a { background-color: rgb(100,73,155); }
div.DivClassName
{
background-color: #64499B;
}
.BgClassName
{
background-color: #64499B;
}
</style>
border-color css
<style>
span { border-color: #64499B; }
span { border-color: rgb(100,73,155); }
td.TdClassName
{
border-color: #64499B;
}
.TagClassName
{
border-color: #64499B;
}
</style>