Shades of Royal Purple #6039A6
Tints of Royal Purple #6039A6
RGB
CMYK
RGB Variations
Color information
#6039A6 (or 0x6039A6) is known color: Royal Purple. HEX triplet: 60, 39 and A6. RGB value is (96,57,166). Sum of RGB (Red+Green+Blue) = 96+57+166=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 166 (65.23% from 255 or 52.04% from 319); Max value from RGB is 166 - color contains mainly: blue. Hex color #6039A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6039A6 is #9FC659. Grayscale: #505050. Windows color (decimal): -10471002 or 10893664. OLE color: 10893664.
HSL color Cylindrical-coordinate representation of color #6039A6: hue angle of 261.47º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6039A6 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 57 | 166 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.35 |
| HSL | 261.47º | 0.49% | 0.44% | - |
| HSV(B) | 261.47º | 0.66% | 0.65% | - |
| XYZ | 13.17 | 8.17 | 36.96 | - |
| YUV | 81.09 | 175.92 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 57 | 166 | 0.42 | 0.66 | 0 | 0.35 | 261.47 | 0.49 | 0.44 |
| Hex | 60 | 39 | A6 | 2A | 42 | 0 | 23 | 105 | 31 | 2C |
| Octal | 140 | 71 | 246 | 52 | 102 | 0 | 43 | 405 | 61 | 54 |
| Binary | 1100000 | 111001 | 10100110 | 101010 | 1000010 | 0 | 100011 | 100000101 | 110001 | 101100 |
Color Harmonies of #6039A6
Complementary color
Monochromatic Colors of #6039A6
Black with #6039A6
Text Example
Text Example
White with #6039A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6039A6; }
p { color: rgb(96,57,166); }
H1.HeaderClassName
{
color: #6039A6;
}
.AnyTagClassName
{
color: #6039A6;
}
</style>
background-color css
<style>
a { background-color: #6039A6; }
a { background-color: rgb(96,57,166); }
div.DivClassName
{
background-color: #6039A6;
}
.BgClassName
{
background-color: #6039A6;
}
</style>
border-color css
<style>
span { border-color: #6039A6; }
span { border-color: rgb(96,57,166); }
td.TdClassName
{
border-color: #6039A6;
}
.TagClassName
{
border-color: #6039A6;
}
</style>