Shades of Royal Purple #6434AE
Tints of Royal Purple #6434AE
RGB
CMYK
RGB Variations
Color information
#6434AE (or 0x6434AE) is known color: Royal Purple. HEX triplet: 64, 34 and AE. RGB value is (100,52,174). Sum of RGB (Red+Green+Blue) = 100+52+174=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #6434AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6434AE is #9BCB51. Grayscale: #4F4F4F. Windows color (decimal): -10210130 or 11416676. OLE color: 11416676.
HSL color Cylindrical-coordinate representation of color #6434AE: hue angle of 263.61º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6434AE is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 52 | 174 | - |
| CMYK | 0.43 | 0.70 | 0 | 0.32 |
| HSL | 263.61º | 0.54% | 0.44% | - |
| HSV(B) | 263.61º | 0.7% | 0.68% | - |
| XYZ | 14.12 | 8.22 | 40.89 | - |
| YUV | 80.26 | 180.9 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 52 | 174 | 0.43 | 0.70 | 0 | 0.32 | 263.61 | 0.54 | 0.44 |
| Hex | 64 | 34 | AE | 2B | 46 | 0 | 20 | 108 | 36 | 2C |
| Octal | 144 | 64 | 256 | 53 | 106 | 0 | 40 | 410 | 66 | 54 |
| Binary | 1100100 | 110100 | 10101110 | 101011 | 1000110 | 0 | 100000 | 100001000 | 110110 | 101100 |
Color Harmonies of #6434AE
Complementary color
Monochromatic Colors of #6434AE
Black with #6434AE
Text Example
Text Example
White with #6434AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6434AE; }
p { color: rgb(100,52,174); }
H1.HeaderClassName
{
color: #6434AE;
}
.AnyTagClassName
{
color: #6434AE;
}
</style>
background-color css
<style>
a { background-color: #6434AE; }
a { background-color: rgb(100,52,174); }
div.DivClassName
{
background-color: #6434AE;
}
.BgClassName
{
background-color: #6434AE;
}
</style>
border-color css
<style>
span { border-color: #6434AE; }
span { border-color: rgb(100,52,174); }
td.TdClassName
{
border-color: #6434AE;
}
.TagClassName
{
border-color: #6434AE;
}
</style>