Shades of Royal Purple #6432AA
Tints of Royal Purple #6432AA
RGB
CMYK
RGB Variations
Color information
#6432AA (or 0x6432AA) is known color: Royal Purple. HEX triplet: 64, 32 and AA. RGB value is (100,50,170). Sum of RGB (Red+Green+Blue) = 100+50+170=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #6432AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6432AA is #9BCD55. Grayscale: #4E4E4E. Windows color (decimal): -10210646 or 11154020. OLE color: 11154020.
HSL color Cylindrical-coordinate representation of color #6432AA: hue angle of 265º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6432AA is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 50 | 170 | - |
| CMYK | 0.41 | 0.71 | 0 | 0.33 |
| HSL | 265º | 0.55% | 0.43% | - |
| HSV(B) | 265º | 0.71% | 0.67% | - |
| XYZ | 13.65 | 7.89 | 38.83 | - |
| YUV | 78.63 | 179.57 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 170 | 0.41 | 0.71 | 0 | 0.33 | 265 | 0.55 | 0.43 |
| Hex | 64 | 32 | AA | 29 | 47 | 0 | 21 | 109 | 37 | 2B |
| Octal | 144 | 62 | 252 | 51 | 107 | 0 | 41 | 411 | 67 | 53 |
| Binary | 1100100 | 110010 | 10101010 | 101001 | 1000111 | 0 | 100001 | 100001001 | 110111 | 101011 |
Color Harmonies of #6432AA
Complementary color
Monochromatic Colors of #6432AA
Black with #6432AA
Text Example
Text Example
White with #6432AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6432AA; }
p { color: rgb(100,50,170); }
H1.HeaderClassName
{
color: #6432AA;
}
.AnyTagClassName
{
color: #6432AA;
}
</style>
background-color css
<style>
a { background-color: #6432AA; }
a { background-color: rgb(100,50,170); }
div.DivClassName
{
background-color: #6432AA;
}
.BgClassName
{
background-color: #6432AA;
}
</style>
border-color css
<style>
span { border-color: #6432AA; }
span { border-color: rgb(100,50,170); }
td.TdClassName
{
border-color: #6432AA;
}
.TagClassName
{
border-color: #6432AA;
}
</style>