Shades of Royal Purple #6123A2
Tints of Royal Purple #6123A2
RGB
CMYK
RGB Variations
Color information
#6123A2 (or 0x6123A2) is known color: Royal Purple. HEX triplet: 61, 23 and A2. RGB value is (97,35,162). Sum of RGB (Red+Green+Blue) = 97+35+162=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 162 (63.67% from 255 or 55.10% from 294); Max value from RGB is 162 - color contains mainly: blue. Hex color #6123A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6123A2 is #9EDC5D. Grayscale: #434343. Windows color (decimal): -10411102 or 10625889. OLE color: 10625889.
HSL color Cylindrical-coordinate representation of color #6123A2: hue angle of 269.29º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6123A2 is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 35 | 162 | - |
| CMYK | 0.40 | 0.78 | 0 | 0.36 |
| HSL | 269.29º | 0.64% | 0.39% | - |
| HSV(B) | 269.29º | 0.78% | 0.64% | - |
| XYZ | 12.05 | 6.35 | 34.77 | - |
| YUV | 68.02 | 181.04 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 35 | 162 | 0.40 | 0.78 | 0 | 0.36 | 269.29 | 0.64 | 0.39 |
| Hex | 61 | 23 | A2 | 28 | 4E | 0 | 24 | 10D | 40 | 27 |
| Octal | 141 | 43 | 242 | 50 | 116 | 0 | 44 | 415 | 100 | 47 |
| Binary | 1100001 | 100011 | 10100010 | 101000 | 1001110 | 0 | 100100 | 100001101 | 1000000 | 100111 |
Color Harmonies of #6123A2
Complementary color
Monochromatic Colors of #6123A2
Black with #6123A2
Text Example
Text Example
White with #6123A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6123A2; }
p { color: rgb(97,35,162); }
H1.HeaderClassName
{
color: #6123A2;
}
.AnyTagClassName
{
color: #6123A2;
}
</style>
background-color css
<style>
a { background-color: #6123A2; }
a { background-color: rgb(97,35,162); }
div.DivClassName
{
background-color: #6123A2;
}
.BgClassName
{
background-color: #6123A2;
}
</style>
border-color css
<style>
span { border-color: #6123A2; }
span { border-color: rgb(97,35,162); }
td.TdClassName
{
border-color: #6123A2;
}
.TagClassName
{
border-color: #6123A2;
}
</style>