Shades of Royal Purple #6147A2
Tints of Royal Purple #6147A2
RGB
CMYK
RGB Variations
Color information
#6147A2 (or 0x6147A2) is known color: Royal Purple. HEX triplet: 61, 47 and A2. RGB value is (97,71,162). Sum of RGB (Red+Green+Blue) = 97+71+162=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 162 (63.67% from 255 or 49.09% from 330); Max value from RGB is 162 - color contains mainly: blue. Hex color #6147A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6147A2 is #9EB85D. Grayscale: #585858. Windows color (decimal): -10401886 or 10635105. OLE color: 10635105.
HSL color Cylindrical-coordinate representation of color #6147A2: hue angle of 257.14º 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 #6147A2 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 71 | 162 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.36 |
| HSL | 257.14º | 0.39% | 0.46% | - |
| HSV(B) | 257.14º | 0.56% | 0.64% | - |
| XYZ | 13.7 | 9.66 | 35.32 | - |
| YUV | 89.15 | 169.11 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 71 | 162 | 0.40 | 0.56 | 0 | 0.36 | 257.14 | 0.39 | 0.46 |
| Hex | 61 | 47 | A2 | 28 | 38 | 0 | 24 | 101 | 27 | 2E |
| Octal | 141 | 107 | 242 | 50 | 70 | 0 | 44 | 401 | 47 | 56 |
| Binary | 1100001 | 1000111 | 10100010 | 101000 | 111000 | 0 | 100100 | 100000001 | 100111 | 101110 |
Color Harmonies of #6147A2
Complementary color
Monochromatic Colors of #6147A2
Black with #6147A2
Text Example
Text Example
White with #6147A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6147A2; }
p { color: rgb(97,71,162); }
H1.HeaderClassName
{
color: #6147A2;
}
.AnyTagClassName
{
color: #6147A2;
}
</style>
background-color css
<style>
a { background-color: #6147A2; }
a { background-color: rgb(97,71,162); }
div.DivClassName
{
background-color: #6147A2;
}
.BgClassName
{
background-color: #6147A2;
}
</style>
border-color css
<style>
span { border-color: #6147A2; }
span { border-color: rgb(97,71,162); }
td.TdClassName
{
border-color: #6147A2;
}
.TagClassName
{
border-color: #6147A2;
}
</style>