Shades of Royal Purple #6432A2
Tints of Royal Purple #6432A2
RGB
CMYK
RGB Variations
Color information
#6432A2 (or 0x6432A2) is known color: Royal Purple. HEX triplet: 64, 32 and A2. RGB value is (100,50,162). Sum of RGB (Red+Green+Blue) = 100+50+162=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 162 (63.67% from 255 or 51.92% from 312); Max value from RGB is 162 - color contains mainly: blue. Hex color #6432A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6432A2 is #9BCD5D. Grayscale: #4D4D4D. Windows color (decimal): -10210654 or 10629732. OLE color: 10629732.
HSL color Cylindrical-coordinate representation of color #6432A2: hue angle of 266.79º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6432A2 is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 50 | 162 | - |
| CMYK | 0.38 | 0.69 | 0 | 0.36 |
| HSL | 266.79º | 0.53% | 0.42% | - |
| HSV(B) | 266.79º | 0.69% | 0.64% | - |
| XYZ | 12.92 | 7.6 | 34.97 | - |
| YUV | 77.72 | 175.57 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 162 | 0.38 | 0.69 | 0 | 0.36 | 266.79 | 0.53 | 0.42 |
| Hex | 64 | 32 | A2 | 26 | 45 | 0 | 24 | 10B | 35 | 2A |
| Octal | 144 | 62 | 242 | 46 | 105 | 0 | 44 | 413 | 65 | 52 |
| Binary | 1100100 | 110010 | 10100010 | 100110 | 1000101 | 0 | 100100 | 100001011 | 110101 | 101010 |
Color Harmonies of #6432A2
Complementary color
Monochromatic Colors of #6432A2
Black with #6432A2
Text Example
Text Example
White with #6432A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6432A2; }
p { color: rgb(100,50,162); }
H1.HeaderClassName
{
color: #6432A2;
}
.AnyTagClassName
{
color: #6432A2;
}
</style>
background-color css
<style>
a { background-color: #6432A2; }
a { background-color: rgb(100,50,162); }
div.DivClassName
{
background-color: #6432A2;
}
.BgClassName
{
background-color: #6432A2;
}
</style>
border-color css
<style>
span { border-color: #6432A2; }
span { border-color: rgb(100,50,162); }
td.TdClassName
{
border-color: #6432A2;
}
.TagClassName
{
border-color: #6432A2;
}
</style>