Shades of Royal Purple #64289D
Tints of Royal Purple #64289D
RGB
CMYK
RGB Variations
Color information
#64289D (or 0x64289D) is known color: Royal Purple. HEX triplet: 64, 28 and 9D. RGB value is (100,40,157). Sum of RGB (Red+Green+Blue) = 100+40+157=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #64289D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64289D is #9BD762. Grayscale: #464646. Windows color (decimal): -10213219 or 10299492. OLE color: 10299492.
HSL color Cylindrical-coordinate representation of color #64289D: hue angle of 270.77º degrees, saturation: 0.59, 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 #64289D is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 40 | 157 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.38 |
| HSL | 270.77º | 0.59% | 0.39% | - |
| HSV(B) | 270.77º | 0.75% | 0.62% | - |
| XYZ | 12.1 | 6.66 | 32.55 | - |
| YUV | 71.28 | 176.38 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 40 | 157 | 0.36 | 0.75 | 0 | 0.38 | 270.77 | 0.59 | 0.39 |
| Hex | 64 | 28 | 9D | 24 | 4B | 0 | 26 | 10F | 3B | 27 |
| Octal | 144 | 50 | 235 | 44 | 113 | 0 | 46 | 417 | 73 | 47 |
| Binary | 1100100 | 101000 | 10011101 | 100100 | 1001011 | 0 | 100110 | 100001111 | 111011 | 100111 |
Color Harmonies of #64289D
Complementary color
Monochromatic Colors of #64289D
Black with #64289D
Text Example
Text Example
White with #64289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64289D; }
p { color: rgb(100,40,157); }
H1.HeaderClassName
{
color: #64289D;
}
.AnyTagClassName
{
color: #64289D;
}
</style>
background-color css
<style>
a { background-color: #64289D; }
a { background-color: rgb(100,40,157); }
div.DivClassName
{
background-color: #64289D;
}
.BgClassName
{
background-color: #64289D;
}
</style>
border-color css
<style>
span { border-color: #64289D; }
span { border-color: rgb(100,40,157); }
td.TdClassName
{
border-color: #64289D;
}
.TagClassName
{
border-color: #64289D;
}
</style>