Shades of Royal Purple #6024A1
Tints of Royal Purple #6024A1
RGB
CMYK
RGB Variations
Color information
#6024A1 (or 0x6024A1) is known color: Royal Purple. HEX triplet: 60, 24 and A1. RGB value is (96,36,161). Sum of RGB (Red+Green+Blue) = 96+36+161=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 161 (63.28% from 255 or 54.95% from 293); Max value from RGB is 161 - color contains mainly: blue. Hex color #6024A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6024A1 is #9FDB5E. Grayscale: #434343. Windows color (decimal): -10476383 or 10560608. OLE color: 10560608.
HSL color Cylindrical-coordinate representation of color #6024A1: hue angle of 268.8º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6024A1 is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 36 | 161 | - |
| CMYK | 0.40 | 0.78 | 0 | 0.37 |
| HSL | 268.8º | 0.63% | 0.39% | - |
| HSV(B) | 268.8º | 0.78% | 0.63% | - |
| XYZ | 11.89 | 6.32 | 34.31 | - |
| YUV | 68.19 | 180.38 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 36 | 161 | 0.40 | 0.78 | 0 | 0.37 | 268.8 | 0.63 | 0.39 |
| Hex | 60 | 24 | A1 | 28 | 4E | 0 | 25 | 10D | 3F | 27 |
| Octal | 140 | 44 | 241 | 50 | 116 | 0 | 45 | 415 | 77 | 47 |
| Binary | 1100000 | 100100 | 10100001 | 101000 | 1001110 | 0 | 100101 | 100001101 | 111111 | 100111 |
Color Harmonies of #6024A1
Complementary color
Monochromatic Colors of #6024A1
Black with #6024A1
Text Example
Text Example
White with #6024A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6024A1; }
p { color: rgb(96,36,161); }
H1.HeaderClassName
{
color: #6024A1;
}
.AnyTagClassName
{
color: #6024A1;
}
</style>
background-color css
<style>
a { background-color: #6024A1; }
a { background-color: rgb(96,36,161); }
div.DivClassName
{
background-color: #6024A1;
}
.BgClassName
{
background-color: #6024A1;
}
</style>
border-color css
<style>
span { border-color: #6024A1; }
span { border-color: rgb(96,36,161); }
td.TdClassName
{
border-color: #6024A1;
}
.TagClassName
{
border-color: #6024A1;
}
</style>