Shades of Royal Purple #6124A4
Tints of Royal Purple #6124A4
RGB
CMYK
RGB Variations
Color information
#6124A4 (or 0x6124A4) is known color: Royal Purple. HEX triplet: 61, 24 and A4. RGB value is (97,36,164). Sum of RGB (Red+Green+Blue) = 97+36+164=297 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.66% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 164 (64.45% from 255 or 55.22% from 297); Max value from RGB is 164 - color contains mainly: blue. Hex color #6124A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6124A4 is #9EDB5B. Grayscale: #444444. Windows color (decimal): -10410844 or 10757217. OLE color: 10757217.
HSL color Cylindrical-coordinate representation of color #6124A4: hue angle of 268.59º 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 #6124A4 is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 36 | 164 | - |
| CMYK | 0.41 | 0.78 | 0 | 0.36 |
| HSL | 268.59º | 0.64% | 0.39% | - |
| HSV(B) | 268.59º | 0.78% | 0.64% | - |
| XYZ | 12.26 | 6.48 | 35.73 | - |
| YUV | 68.83 | 181.71 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 36 | 164 | 0.41 | 0.78 | 0 | 0.36 | 268.59 | 0.64 | 0.39 |
| Hex | 61 | 24 | A4 | 29 | 4E | 0 | 24 | 10D | 40 | 27 |
| Octal | 141 | 44 | 244 | 51 | 116 | 0 | 44 | 415 | 100 | 47 |
| Binary | 1100001 | 100100 | 10100100 | 101001 | 1001110 | 0 | 100100 | 100001101 | 1000000 | 100111 |
Color Harmonies of #6124A4
Complementary color
Monochromatic Colors of #6124A4
Black with #6124A4
Text Example
Text Example
White with #6124A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6124A4; }
p { color: rgb(97,36,164); }
H1.HeaderClassName
{
color: #6124A4;
}
.AnyTagClassName
{
color: #6124A4;
}
</style>
background-color css
<style>
a { background-color: #6124A4; }
a { background-color: rgb(97,36,164); }
div.DivClassName
{
background-color: #6124A4;
}
.BgClassName
{
background-color: #6124A4;
}
</style>
border-color css
<style>
span { border-color: #6124A4; }
span { border-color: rgb(97,36,164); }
td.TdClassName
{
border-color: #6124A4;
}
.TagClassName
{
border-color: #6124A4;
}
</style>