Shades of Royal Purple #64299A
Tints of Royal Purple #64299A
RGB
CMYK
RGB Variations
Color information
#64299A (or 0x64299A) is known color: Royal Purple. HEX triplet: 64, 29 and 9A. RGB value is (100,41,154). Sum of RGB (Red+Green+Blue) = 100+41+154=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 154 (60.55% from 255 or 52.20% from 295); Max value from RGB is 154 - color contains mainly: blue. Hex color #64299A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64299A is #9BD665. Grayscale: #474747. Windows color (decimal): -10212966 or 10103140. OLE color: 10103140.
HSL color Cylindrical-coordinate representation of color #64299A: hue angle of 271.33º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64299A is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 41 | 154 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.40 |
| HSL | 271.33º | 0.58% | 0.38% | - |
| HSV(B) | 271.33º | 0.73% | 0.6% | - |
| XYZ | 11.88 | 6.63 | 31.23 | - |
| YUV | 71.52 | 174.55 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 41 | 154 | 0.35 | 0.73 | 0 | 0.40 | 271.33 | 0.58 | 0.38 |
| Hex | 64 | 29 | 9A | 23 | 49 | 0 | 28 | 10F | 3A | 26 |
| Octal | 144 | 51 | 232 | 43 | 111 | 0 | 50 | 417 | 72 | 46 |
| Binary | 1100100 | 101001 | 10011010 | 100011 | 1001001 | 0 | 101000 | 100001111 | 111010 | 100110 |
Color Harmonies of #64299A
Complementary color
Monochromatic Colors of #64299A
Black with #64299A
Text Example
Text Example
White with #64299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64299A; }
p { color: rgb(100,41,154); }
H1.HeaderClassName
{
color: #64299A;
}
.AnyTagClassName
{
color: #64299A;
}
</style>
background-color css
<style>
a { background-color: #64299A; }
a { background-color: rgb(100,41,154); }
div.DivClassName
{
background-color: #64299A;
}
.BgClassName
{
background-color: #64299A;
}
</style>
border-color css
<style>
span { border-color: #64299A; }
span { border-color: rgb(100,41,154); }
td.TdClassName
{
border-color: #64299A;
}
.TagClassName
{
border-color: #64299A;
}
</style>