Shades of Royal Purple #64479C
Tints of Royal Purple #64479C
RGB
CMYK
RGB Variations
Color information
#64479C (or 0x64479C) is known color: Royal Purple. HEX triplet: 64, 47 and 9C. RGB value is (100,71,156). Sum of RGB (Red+Green+Blue) = 100+71+156=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #64479C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64479C is #9BB863. Grayscale: #595959. Windows color (decimal): -10205284 or 10241892. OLE color: 10241892.
HSL color Cylindrical-coordinate representation of color #64479C: hue angle of 260.47º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64479C is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 71 | 156 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.39 |
| HSL | 260.47º | 0.37% | 0.45% | - |
| HSV(B) | 260.47º | 0.54% | 0.61% | - |
| XYZ | 13.51 | 9.62 | 32.6 | - |
| YUV | 89.36 | 165.61 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 71 | 156 | 0.36 | 0.54 | 0 | 0.39 | 260.47 | 0.37 | 0.45 |
| Hex | 64 | 47 | 9C | 24 | 36 | 0 | 27 | 104 | 25 | 2D |
| Octal | 144 | 107 | 234 | 44 | 66 | 0 | 47 | 404 | 45 | 55 |
| Binary | 1100100 | 1000111 | 10011100 | 100100 | 110110 | 0 | 100111 | 100000100 | 100101 | 101101 |
Color Harmonies of #64479C
Complementary color
Monochromatic Colors of #64479C
Black with #64479C
Text Example
Text Example
White with #64479C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64479C; }
p { color: rgb(100,71,156); }
H1.HeaderClassName
{
color: #64479C;
}
.AnyTagClassName
{
color: #64479C;
}
</style>
background-color css
<style>
a { background-color: #64479C; }
a { background-color: rgb(100,71,156); }
div.DivClassName
{
background-color: #64479C;
}
.BgClassName
{
background-color: #64479C;
}
</style>
border-color css
<style>
span { border-color: #64479C; }
span { border-color: rgb(100,71,156); }
td.TdClassName
{
border-color: #64479C;
}
.TagClassName
{
border-color: #64479C;
}
</style>