Shades of Royal Purple #6047A2
Tints of Royal Purple #6047A2
RGB
CMYK
RGB Variations
Color information
#6047A2 (or 0x6047A2) is known color: Royal Purple. HEX triplet: 60, 47 and A2. RGB value is (96,71,162). Sum of RGB (Red+Green+Blue) = 96+71+162=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 162 (63.67% from 255 or 49.24% from 329); Max value from RGB is 162 - color contains mainly: blue. Hex color #6047A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6047A2 is #9FB85D. Grayscale: #585858. Windows color (decimal): -10467422 or 10635104. OLE color: 10635104.
HSL color Cylindrical-coordinate representation of color #6047A2: hue angle of 256.48º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6047A2 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 71 | 162 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.36 |
| HSL | 256.48º | 0.39% | 0.46% | - |
| HSV(B) | 256.48º | 0.56% | 0.64% | - |
| XYZ | 13.6 | 9.6 | 35.32 | - |
| YUV | 88.85 | 169.28 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 71 | 162 | 0.41 | 0.56 | 0 | 0.36 | 256.48 | 0.39 | 0.46 |
| Hex | 60 | 47 | A2 | 29 | 38 | 0 | 24 | 100 | 27 | 2E |
| Octal | 140 | 107 | 242 | 51 | 70 | 0 | 44 | 400 | 47 | 56 |
| Binary | 1100000 | 1000111 | 10100010 | 101001 | 111000 | 0 | 100100 | 100000000 | 100111 | 101110 |
Color Harmonies of #6047A2
Complementary color
Monochromatic Colors of #6047A2
Black with #6047A2
Text Example
Text Example
White with #6047A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6047A2; }
p { color: rgb(96,71,162); }
H1.HeaderClassName
{
color: #6047A2;
}
.AnyTagClassName
{
color: #6047A2;
}
</style>
background-color css
<style>
a { background-color: #6047A2; }
a { background-color: rgb(96,71,162); }
div.DivClassName
{
background-color: #6047A2;
}
.BgClassName
{
background-color: #6047A2;
}
</style>
border-color css
<style>
span { border-color: #6047A2; }
span { border-color: rgb(96,71,162); }
td.TdClassName
{
border-color: #6047A2;
}
.TagClassName
{
border-color: #6047A2;
}
</style>