Shades of Royal Purple #6032A1
Tints of Royal Purple #6032A1
RGB
CMYK
RGB Variations
Color information
#6032A1 (or 0x6032A1) is known color: Royal Purple. HEX triplet: 60, 32 and A1. RGB value is (96,50,161). Sum of RGB (Red+Green+Blue) = 96+50+161=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 161 (63.28% from 255 or 52.44% from 307); Max value from RGB is 161 - color contains mainly: blue. Hex color #6032A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6032A1 is #9FCD5E. Grayscale: #4C4C4C. Windows color (decimal): -10472799 or 10564192. OLE color: 10564192.
HSL color Cylindrical-coordinate representation of color #6032A1: hue angle of 264.86º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6032A1 is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 50 | 161 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.37 |
| HSL | 264.86º | 0.53% | 0.41% | - |
| HSV(B) | 264.86º | 0.69% | 0.63% | - |
| XYZ | 12.4 | 7.34 | 34.48 | - |
| YUV | 76.41 | 175.74 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 50 | 161 | 0.40 | 0.69 | 0 | 0.37 | 264.86 | 0.53 | 0.41 |
| Hex | 60 | 32 | A1 | 28 | 45 | 0 | 25 | 109 | 35 | 29 |
| Octal | 140 | 62 | 241 | 50 | 105 | 0 | 45 | 411 | 65 | 51 |
| Binary | 1100000 | 110010 | 10100001 | 101000 | 1000101 | 0 | 100101 | 100001001 | 110101 | 101001 |
Color Harmonies of #6032A1
Complementary color
Monochromatic Colors of #6032A1
Black with #6032A1
Text Example
Text Example
White with #6032A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6032A1; }
p { color: rgb(96,50,161); }
H1.HeaderClassName
{
color: #6032A1;
}
.AnyTagClassName
{
color: #6032A1;
}
</style>
background-color css
<style>
a { background-color: #6032A1; }
a { background-color: rgb(96,50,161); }
div.DivClassName
{
background-color: #6032A1;
}
.BgClassName
{
background-color: #6032A1;
}
</style>
border-color css
<style>
span { border-color: #6032A1; }
span { border-color: rgb(96,50,161); }
td.TdClassName
{
border-color: #6032A1;
}
.TagClassName
{
border-color: #6032A1;
}
</style>