Shades of Royal Purple #643B9D
Tints of Royal Purple #643B9D
RGB
CMYK
RGB Variations
Color information
#643B9D (or 0x643B9D) is known color: Royal Purple. HEX triplet: 64, 3B and 9D. RGB value is (100,59,157). Sum of RGB (Red+Green+Blue) = 100+59+157=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #643B9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643B9D is #9BC462. Grayscale: #525252. Windows color (decimal): -10208355 or 10304356. OLE color: 10304356.
HSL color Cylindrical-coordinate representation of color #643B9D: hue angle of 265.1º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #643B9D is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 59 | 157 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.38 |
| HSL | 265.1º | 0.45% | 0.42% | - |
| HSV(B) | 265.1º | 0.62% | 0.62% | - |
| XYZ | 12.91 | 8.27 | 32.81 | - |
| YUV | 82.43 | 170.08 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 59 | 157 | 0.36 | 0.62 | 0 | 0.38 | 265.1 | 0.45 | 0.42 |
| Hex | 64 | 3B | 9D | 24 | 3E | 0 | 26 | 109 | 2D | 2A |
| Octal | 144 | 73 | 235 | 44 | 76 | 0 | 46 | 411 | 55 | 52 |
| Binary | 1100100 | 111011 | 10011101 | 100100 | 111110 | 0 | 100110 | 100001001 | 101101 | 101010 |
Color Harmonies of #643B9D
Complementary color
Monochromatic Colors of #643B9D
Black with #643B9D
Text Example
Text Example
White with #643B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643B9D; }
p { color: rgb(100,59,157); }
H1.HeaderClassName
{
color: #643B9D;
}
.AnyTagClassName
{
color: #643B9D;
}
</style>
background-color css
<style>
a { background-color: #643B9D; }
a { background-color: rgb(100,59,157); }
div.DivClassName
{
background-color: #643B9D;
}
.BgClassName
{
background-color: #643B9D;
}
</style>
border-color css
<style>
span { border-color: #643B9D; }
span { border-color: rgb(100,59,157); }
td.TdClassName
{
border-color: #643B9D;
}
.TagClassName
{
border-color: #643B9D;
}
</style>