Shades of Royal Purple #644B9D
Tints of Royal Purple #644B9D
RGB
CMYK
RGB Variations
Color information
#644B9D (or 0x644B9D) is known color: Royal Purple. HEX triplet: 64, 4B and 9D. RGB value is (100,75,157). Sum of RGB (Red+Green+Blue) = 100+75+157=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 157 - color contains mainly: blue. Hex color #644B9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644B9D is #9BB462. Grayscale: #5B5B5B. Windows color (decimal): -10204259 or 10308452. OLE color: 10308452.
HSL color Cylindrical-coordinate representation of color #644B9D: hue angle of 258.29º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #644B9D is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 75 | 157 | - |
| CMYK | 0.36 | 0.52 | 0 | 0.38 |
| HSL | 258.29º | 0.35% | 0.45% | - |
| HSV(B) | 258.29º | 0.52% | 0.62% | - |
| XYZ | 13.86 | 10.18 | 33.13 | - |
| YUV | 91.82 | 164.78 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 75 | 157 | 0.36 | 0.52 | 0 | 0.38 | 258.29 | 0.35 | 0.45 |
| Hex | 64 | 4B | 9D | 24 | 34 | 0 | 26 | 102 | 23 | 2D |
| Octal | 144 | 113 | 235 | 44 | 64 | 0 | 46 | 402 | 43 | 55 |
| Binary | 1100100 | 1001011 | 10011101 | 100100 | 110100 | 0 | 100110 | 100000010 | 100011 | 101101 |
Color Harmonies of #644B9D
Complementary color
Monochromatic Colors of #644B9D
Black with #644B9D
Text Example
Text Example
White with #644B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644B9D; }
p { color: rgb(100,75,157); }
H1.HeaderClassName
{
color: #644B9D;
}
.AnyTagClassName
{
color: #644B9D;
}
</style>
background-color css
<style>
a { background-color: #644B9D; }
a { background-color: rgb(100,75,157); }
div.DivClassName
{
background-color: #644B9D;
}
.BgClassName
{
background-color: #644B9D;
}
</style>
border-color css
<style>
span { border-color: #644B9D; }
span { border-color: rgb(100,75,157); }
td.TdClassName
{
border-color: #644B9D;
}
.TagClassName
{
border-color: #644B9D;
}
</style>