Shades of Royal Purple #6032AC
Tints of Royal Purple #6032AC
RGB
CMYK
RGB Variations
Color information
#6032AC (or 0x6032AC) is known color: Royal Purple. HEX triplet: 60, 32 and AC. RGB value is (96,50,172). Sum of RGB (Red+Green+Blue) = 96+50+172=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #6032AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6032AC is #9FCD53. Grayscale: #4D4D4D. Windows color (decimal): -10472788 or 11285088. OLE color: 11285088.
HSL color Cylindrical-coordinate representation of color #6032AC: hue angle of 262.62º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6032AC is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 50 | 172 | - |
| CMYK | 0.44 | 0.71 | 0 | 0.33 |
| HSL | 262.62º | 0.55% | 0.44% | - |
| HSV(B) | 262.62º | 0.71% | 0.67% | - |
| XYZ | 13.41 | 7.75 | 39.82 | - |
| YUV | 77.66 | 181.24 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 50 | 172 | 0.44 | 0.71 | 0 | 0.33 | 262.62 | 0.55 | 0.44 |
| Hex | 60 | 32 | AC | 2C | 47 | 0 | 21 | 107 | 37 | 2C |
| Octal | 140 | 62 | 254 | 54 | 107 | 0 | 41 | 407 | 67 | 54 |
| Binary | 1100000 | 110010 | 10101100 | 101100 | 1000111 | 0 | 100001 | 100000111 | 110111 | 101100 |
Color Harmonies of #6032AC
Complementary color
Monochromatic Colors of #6032AC
Black with #6032AC
Text Example
Text Example
White with #6032AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6032AC; }
p { color: rgb(96,50,172); }
H1.HeaderClassName
{
color: #6032AC;
}
.AnyTagClassName
{
color: #6032AC;
}
</style>
background-color css
<style>
a { background-color: #6032AC; }
a { background-color: rgb(96,50,172); }
div.DivClassName
{
background-color: #6032AC;
}
.BgClassName
{
background-color: #6032AC;
}
</style>
border-color css
<style>
span { border-color: #6032AC; }
span { border-color: rgb(96,50,172); }
td.TdClassName
{
border-color: #6032AC;
}
.TagClassName
{
border-color: #6032AC;
}
</style>