Shades of Royal Purple #6240AC
Tints of Royal Purple #6240AC
RGB
CMYK
RGB Variations
Color information
#6240AC (or 0x6240AC) is known color: Royal Purple. HEX triplet: 62, 40 and AC. RGB value is (98,64,172). Sum of RGB (Red+Green+Blue) = 98+64+172=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #6240AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6240AC is #9DBF53. Grayscale: #565656. Windows color (decimal): -10338132 or 11288674. OLE color: 11288674.
HSL color Cylindrical-coordinate representation of color #6240AC: hue angle of 258.89º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6240AC is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 64 | 172 | - |
| CMYK | 0.43 | 0.63 | 0 | 0.33 |
| HSL | 258.89º | 0.46% | 0.46% | - |
| HSV(B) | 258.89º | 0.63% | 0.67% | - |
| XYZ | 14.32 | 9.24 | 40.06 | - |
| YUV | 86.48 | 176.26 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 64 | 172 | 0.43 | 0.63 | 0 | 0.33 | 258.89 | 0.46 | 0.46 |
| Hex | 62 | 40 | AC | 2B | 3F | 0 | 21 | 103 | 2E | 2E |
| Octal | 142 | 100 | 254 | 53 | 77 | 0 | 41 | 403 | 56 | 56 |
| Binary | 1100010 | 1000000 | 10101100 | 101011 | 111111 | 0 | 100001 | 100000011 | 101110 | 101110 |
Color Harmonies of #6240AC
Complementary color
Monochromatic Colors of #6240AC
Black with #6240AC
Text Example
Text Example
White with #6240AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6240AC; }
p { color: rgb(98,64,172); }
H1.HeaderClassName
{
color: #6240AC;
}
.AnyTagClassName
{
color: #6240AC;
}
</style>
background-color css
<style>
a { background-color: #6240AC; }
a { background-color: rgb(98,64,172); }
div.DivClassName
{
background-color: #6240AC;
}
.BgClassName
{
background-color: #6240AC;
}
</style>
border-color css
<style>
span { border-color: #6240AC; }
span { border-color: rgb(98,64,172); }
td.TdClassName
{
border-color: #6240AC;
}
.TagClassName
{
border-color: #6240AC;
}
</style>