Shades of Royal Purple #644AA2
Tints of Royal Purple #644AA2
RGB
CMYK
RGB Variations
Color information
#644AA2 (or 0x644AA2) is known color: Royal Purple. HEX triplet: 64, 4A and A2. RGB value is (100,74,162). Sum of RGB (Red+Green+Blue) = 100+74+162=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 162 (63.67% from 255 or 48.21% from 336); Max value from RGB is 162 - color contains mainly: blue. Hex color #644AA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644AA2 is #9BB55D. Grayscale: #5B5B5B. Windows color (decimal): -10204510 or 10635876. OLE color: 10635876.
HSL color Cylindrical-coordinate representation of color #644AA2: hue angle of 257.73º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #644AA2 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 74 | 162 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.36 |
| HSL | 257.73º | 0.37% | 0.46% | - |
| HSV(B) | 257.73º | 0.54% | 0.64% | - |
| XYZ | 14.23 | 10.22 | 35.4 | - |
| YUV | 91.81 | 167.61 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 74 | 162 | 0.38 | 0.54 | 0 | 0.36 | 257.73 | 0.37 | 0.46 |
| Hex | 64 | 4A | A2 | 26 | 36 | 0 | 24 | 102 | 25 | 2E |
| Octal | 144 | 112 | 242 | 46 | 66 | 0 | 44 | 402 | 45 | 56 |
| Binary | 1100100 | 1001010 | 10100010 | 100110 | 110110 | 0 | 100100 | 100000010 | 100101 | 101110 |
Color Harmonies of #644AA2
Complementary color
Monochromatic Colors of #644AA2
Black with #644AA2
Text Example
Text Example
White with #644AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644AA2; }
p { color: rgb(100,74,162); }
H1.HeaderClassName
{
color: #644AA2;
}
.AnyTagClassName
{
color: #644AA2;
}
</style>
background-color css
<style>
a { background-color: #644AA2; }
a { background-color: rgb(100,74,162); }
div.DivClassName
{
background-color: #644AA2;
}
.BgClassName
{
background-color: #644AA2;
}
</style>
border-color css
<style>
span { border-color: #644AA2; }
span { border-color: rgb(100,74,162); }
td.TdClassName
{
border-color: #644AA2;
}
.TagClassName
{
border-color: #644AA2;
}
</style>