Shades of Royal Purple #64379B
Tints of Royal Purple #64379B
RGB
CMYK
RGB Variations
Color information
#64379B (or 0x64379B) is known color: Royal Purple. HEX triplet: 64, 37 and 9B. RGB value is (100,55,155). Sum of RGB (Red+Green+Blue) = 100+55+155=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #64379B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64379B is #9BC864. Grayscale: #4F4F4F. Windows color (decimal): -10209381 or 10172260. OLE color: 10172260.
HSL color Cylindrical-coordinate representation of color #64379B: hue angle of 267º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #64379B is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 55 | 155 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.39 |
| HSL | 267º | 0.48% | 0.41% | - |
| HSV(B) | 267º | 0.65% | 0.61% | - |
| XYZ | 12.54 | 7.81 | 31.86 | - |
| YUV | 79.86 | 170.41 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 55 | 155 | 0.35 | 0.65 | 0 | 0.39 | 267 | 0.48 | 0.41 |
| Hex | 64 | 37 | 9B | 23 | 41 | 0 | 27 | 10B | 30 | 29 |
| Octal | 144 | 67 | 233 | 43 | 101 | 0 | 47 | 413 | 60 | 51 |
| Binary | 1100100 | 110111 | 10011011 | 100011 | 1000001 | 0 | 100111 | 100001011 | 110000 | 101001 |
Color Harmonies of #64379B
Complementary color
Monochromatic Colors of #64379B
Black with #64379B
Text Example
Text Example
White with #64379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64379B; }
p { color: rgb(100,55,155); }
H1.HeaderClassName
{
color: #64379B;
}
.AnyTagClassName
{
color: #64379B;
}
</style>
background-color css
<style>
a { background-color: #64379B; }
a { background-color: rgb(100,55,155); }
div.DivClassName
{
background-color: #64379B;
}
.BgClassName
{
background-color: #64379B;
}
</style>
border-color css
<style>
span { border-color: #64379B; }
span { border-color: rgb(100,55,155); }
td.TdClassName
{
border-color: #64379B;
}
.TagClassName
{
border-color: #64379B;
}
</style>