Shades of Royal Purple #643CA6
Tints of Royal Purple #643CA6
RGB
CMYK
RGB Variations
Color information
#643CA6 (or 0x643CA6) is known color: Royal Purple. HEX triplet: 64, 3C and A6. RGB value is (100,60,166). Sum of RGB (Red+Green+Blue) = 100+60+166=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 166 (65.23% from 255 or 50.92% from 326); Max value from RGB is 166 - color contains mainly: blue. Hex color #643CA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643CA6 is #9BC359. Grayscale: #535353. Windows color (decimal): -10208090 or 10894436. OLE color: 10894436.
HSL color Cylindrical-coordinate representation of color #643CA6: hue angle of 262.64º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #643CA6 is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 100 | 60 | 166 | - |
| CMYK | 0.40 | 0.64 | 0 | 0.35 |
| HSL | 262.64º | 0.47% | 0.44% | - |
| HSV(B) | 262.64º | 0.64% | 0.65% | - |
| XYZ | 13.75 | 8.69 | 37.03 | - |
| YUV | 84.04 | 174.25 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 166 | 0.40 | 0.64 | 0 | 0.35 | 262.64 | 0.47 | 0.44 |
| Hex | 64 | 3C | A6 | 28 | 40 | 0 | 23 | 107 | 2F | 2C |
| Octal | 144 | 74 | 246 | 50 | 100 | 0 | 43 | 407 | 57 | 54 |
| Binary | 1100100 | 111100 | 10100110 | 101000 | 1000000 | 0 | 100011 | 100000111 | 101111 | 101100 |
Color Harmonies of #643CA6
Complementary color
Monochromatic Colors of #643CA6
Black with #643CA6
Text Example
Text Example
White with #643CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643CA6; }
p { color: rgb(100,60,166); }
H1.HeaderClassName
{
color: #643CA6;
}
.AnyTagClassName
{
color: #643CA6;
}
</style>
background-color css
<style>
a { background-color: #643CA6; }
a { background-color: rgb(100,60,166); }
div.DivClassName
{
background-color: #643CA6;
}
.BgClassName
{
background-color: #643CA6;
}
</style>
border-color css
<style>
span { border-color: #643CA6; }
span { border-color: rgb(100,60,166); }
td.TdClassName
{
border-color: #643CA6;
}
.TagClassName
{
border-color: #643CA6;
}
</style>