Shades of Royal Purple #644297
Tints of Royal Purple #644297
RGB
CMYK
RGB Variations
Color information
#644297 (or 0x644297) is known color: Royal Purple. HEX triplet: 64, 42 and 97. RGB value is (100,66,151). Sum of RGB (Red+Green+Blue) = 100+66+151=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 151 (59.38% from 255 or 47.63% from 317); Max value from RGB is 151 - color contains mainly: blue. Hex color #644297 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644297 is #9BBD68. Grayscale: #555555. Windows color (decimal): -10206569 or 9912932. OLE color: 9912932.
HSL color Cylindrical-coordinate representation of color #644297: hue angle of 264º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #644297 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 66 | 151 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.41 |
| HSL | 264º | 0.39% | 0.43% | - |
| HSV(B) | 264º | 0.56% | 0.59% | - |
| XYZ | 12.79 | 8.84 | 30.31 | - |
| YUV | 85.86 | 164.76 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 66 | 151 | 0.34 | 0.56 | 0 | 0.41 | 264 | 0.39 | 0.43 |
| Hex | 64 | 42 | 97 | 22 | 38 | 0 | 29 | 108 | 27 | 2B |
| Octal | 144 | 102 | 227 | 42 | 70 | 0 | 51 | 410 | 47 | 53 |
| Binary | 1100100 | 1000010 | 10010111 | 100010 | 111000 | 0 | 101001 | 100001000 | 100111 | 101011 |
Color Harmonies of #644297
Complementary color
Monochromatic Colors of #644297
Black with #644297
Text Example
Text Example
White with #644297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644297; }
p { color: rgb(100,66,151); }
H1.HeaderClassName
{
color: #644297;
}
.AnyTagClassName
{
color: #644297;
}
</style>
background-color css
<style>
a { background-color: #644297; }
a { background-color: rgb(100,66,151); }
div.DivClassName
{
background-color: #644297;
}
.BgClassName
{
background-color: #644297;
}
</style>
border-color css
<style>
span { border-color: #644297; }
span { border-color: rgb(100,66,151); }
td.TdClassName
{
border-color: #644297;
}
.TagClassName
{
border-color: #644297;
}
</style>