Shades of Royal Purple #64289F
Tints of Royal Purple #64289F
RGB
CMYK
RGB Variations
Color information
#64289F (or 0x64289F) is known color: Royal Purple. HEX triplet: 64, 28 and 9F. RGB value is (100,40,159). Sum of RGB (Red+Green+Blue) = 100+40+159=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #64289F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64289F is #9BD760. Grayscale: #474747. Windows color (decimal): -10213217 or 10430564. OLE color: 10430564.
HSL color Cylindrical-coordinate representation of color #64289F: hue angle of 270.25º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #64289F is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 40 | 159 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.38 |
| HSL | 270.25º | 0.6% | 0.39% | - |
| HSV(B) | 270.25º | 0.75% | 0.62% | - |
| XYZ | 12.27 | 6.73 | 33.45 | - |
| YUV | 71.51 | 177.38 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 40 | 159 | 0.37 | 0.75 | 0 | 0.38 | 270.25 | 0.6 | 0.39 |
| Hex | 64 | 28 | 9F | 25 | 4B | 0 | 26 | 10E | 3C | 27 |
| Octal | 144 | 50 | 237 | 45 | 113 | 0 | 46 | 416 | 74 | 47 |
| Binary | 1100100 | 101000 | 10011111 | 100101 | 1001011 | 0 | 100110 | 100001110 | 111100 | 100111 |
Color Harmonies of #64289F
Complementary color
Monochromatic Colors of #64289F
Black with #64289F
Text Example
Text Example
White with #64289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64289F; }
p { color: rgb(100,40,159); }
H1.HeaderClassName
{
color: #64289F;
}
.AnyTagClassName
{
color: #64289F;
}
</style>
background-color css
<style>
a { background-color: #64289F; }
a { background-color: rgb(100,40,159); }
div.DivClassName
{
background-color: #64289F;
}
.BgClassName
{
background-color: #64289F;
}
</style>
border-color css
<style>
span { border-color: #64289F; }
span { border-color: rgb(100,40,159); }
td.TdClassName
{
border-color: #64289F;
}
.TagClassName
{
border-color: #64289F;
}
</style>