Shades of Royal Purple #643DAA
Tints of Royal Purple #643DAA
RGB
CMYK
RGB Variations
Color information
#643DAA (or 0x643DAA) is known color: Royal Purple. HEX triplet: 64, 3D and AA. RGB value is (100,61,170). Sum of RGB (Red+Green+Blue) = 100+61+170=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #643DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643DAA is #9BC255. Grayscale: #545454. Windows color (decimal): -10207830 or 11156836. OLE color: 11156836.
HSL color Cylindrical-coordinate representation of color #643DAA: hue angle of 261.47º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #643DAA is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 61 | 170 | - |
| CMYK | 0.41 | 0.64 | 0 | 0.33 |
| HSL | 261.47º | 0.47% | 0.45% | - |
| HSV(B) | 261.47º | 0.64% | 0.67% | - |
| XYZ | 14.18 | 8.95 | 39.01 | - |
| YUV | 85.09 | 175.92 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 61 | 170 | 0.41 | 0.64 | 0 | 0.33 | 261.47 | 0.47 | 0.45 |
| Hex | 64 | 3D | AA | 29 | 40 | 0 | 21 | 105 | 2F | 2D |
| Octal | 144 | 75 | 252 | 51 | 100 | 0 | 41 | 405 | 57 | 55 |
| Binary | 1100100 | 111101 | 10101010 | 101001 | 1000000 | 0 | 100001 | 100000101 | 101111 | 101101 |
Color Harmonies of #643DAA
Complementary color
Monochromatic Colors of #643DAA
Black with #643DAA
Text Example
Text Example
White with #643DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643DAA; }
p { color: rgb(100,61,170); }
H1.HeaderClassName
{
color: #643DAA;
}
.AnyTagClassName
{
color: #643DAA;
}
</style>
background-color css
<style>
a { background-color: #643DAA; }
a { background-color: rgb(100,61,170); }
div.DivClassName
{
background-color: #643DAA;
}
.BgClassName
{
background-color: #643DAA;
}
</style>
border-color css
<style>
span { border-color: #643DAA; }
span { border-color: rgb(100,61,170); }
td.TdClassName
{
border-color: #643DAA;
}
.TagClassName
{
border-color: #643DAA;
}
</style>