Shades of Royal Purple #64419D
Tints of Royal Purple #64419D
RGB
CMYK
RGB Variations
Color information
#64419D (or 0x64419D) is known color: Royal Purple. HEX triplet: 64, 41 and 9D. RGB value is (100,65,157). Sum of RGB (Red+Green+Blue) = 100+65+157=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 157 (61.72% from 255 or 48.76% from 322); Max value from RGB is 157 - color contains mainly: blue. Hex color #64419D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64419D is #9BBE62. Grayscale: #555555. Windows color (decimal): -10206819 or 10305892. OLE color: 10305892.
HSL color Cylindrical-coordinate representation of color #64419D: hue angle of 262.83º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64419D is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 65 | 157 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.38 |
| HSL | 262.83º | 0.41% | 0.44% | - |
| HSV(B) | 262.83º | 0.59% | 0.62% | - |
| XYZ | 13.23 | 8.92 | 32.92 | - |
| YUV | 85.95 | 168.1 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 65 | 157 | 0.36 | 0.59 | 0 | 0.38 | 262.83 | 0.41 | 0.44 |
| Hex | 64 | 41 | 9D | 24 | 3B | 0 | 26 | 107 | 29 | 2C |
| Octal | 144 | 101 | 235 | 44 | 73 | 0 | 46 | 407 | 51 | 54 |
| Binary | 1100100 | 1000001 | 10011101 | 100100 | 111011 | 0 | 100110 | 100000111 | 101001 | 101100 |
Color Harmonies of #64419D
Complementary color
Monochromatic Colors of #64419D
Black with #64419D
Text Example
Text Example
White with #64419D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64419D; }
p { color: rgb(100,65,157); }
H1.HeaderClassName
{
color: #64419D;
}
.AnyTagClassName
{
color: #64419D;
}
</style>
background-color css
<style>
a { background-color: #64419D; }
a { background-color: rgb(100,65,157); }
div.DivClassName
{
background-color: #64419D;
}
.BgClassName
{
background-color: #64419D;
}
</style>
border-color css
<style>
span { border-color: #64419D; }
span { border-color: rgb(100,65,157); }
td.TdClassName
{
border-color: #64419D;
}
.TagClassName
{
border-color: #64419D;
}
</style>