Shades of Royal Purple #64289C
Tints of Royal Purple #64289C
RGB
CMYK
RGB Variations
Color information
#64289C (or 0x64289C) is known color: Royal Purple. HEX triplet: 64, 28 and 9C. RGB value is (100,40,156). Sum of RGB (Red+Green+Blue) = 100+40+156=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 156 (61.33% from 255 or 52.70% from 296); Max value from RGB is 156 - color contains mainly: blue. Hex color #64289C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64289C is #9BD763. Grayscale: #464646. Windows color (decimal): -10213220 or 10233956. OLE color: 10233956.
HSL color Cylindrical-coordinate representation of color #64289C: hue angle of 271.03º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #64289C is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 40 | 156 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.39 |
| HSL | 271.03º | 0.59% | 0.38% | - |
| HSV(B) | 271.03º | 0.74% | 0.61% | - |
| XYZ | 12.02 | 6.63 | 32.1 | - |
| YUV | 71.16 | 175.88 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 40 | 156 | 0.36 | 0.74 | 0 | 0.39 | 271.03 | 0.59 | 0.38 |
| Hex | 64 | 28 | 9C | 24 | 4A | 0 | 27 | 10F | 3B | 26 |
| Octal | 144 | 50 | 234 | 44 | 112 | 0 | 47 | 417 | 73 | 46 |
| Binary | 1100100 | 101000 | 10011100 | 100100 | 1001010 | 0 | 100111 | 100001111 | 111011 | 100110 |
Color Harmonies of #64289C
Complementary color
Monochromatic Colors of #64289C
Black with #64289C
Text Example
Text Example
White with #64289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64289C; }
p { color: rgb(100,40,156); }
H1.HeaderClassName
{
color: #64289C;
}
.AnyTagClassName
{
color: #64289C;
}
</style>
background-color css
<style>
a { background-color: #64289C; }
a { background-color: rgb(100,40,156); }
div.DivClassName
{
background-color: #64289C;
}
.BgClassName
{
background-color: #64289C;
}
</style>
border-color css
<style>
span { border-color: #64289C; }
span { border-color: rgb(100,40,156); }
td.TdClassName
{
border-color: #64289C;
}
.TagClassName
{
border-color: #64289C;
}
</style>