Shades of Royal Purple #6241AC
Tints of Royal Purple #6241AC
RGB
CMYK
RGB Variations
Color information
#6241AC (or 0x6241AC) is known color: Royal Purple. HEX triplet: 62, 41 and AC. RGB value is (98,65,172). Sum of RGB (Red+Green+Blue) = 98+65+172=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #6241AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6241AC is #9DBE53. Grayscale: #565656. Windows color (decimal): -10337876 or 11288930. OLE color: 11288930.
HSL color Cylindrical-coordinate representation of color #6241AC: hue angle of 258.5º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6241AC is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 65 | 172 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.33 |
| HSL | 258.5º | 0.45% | 0.46% | - |
| HSV(B) | 258.5º | 0.62% | 0.67% | - |
| XYZ | 14.37 | 9.36 | 40.08 | - |
| YUV | 87.07 | 175.93 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 65 | 172 | 0.43 | 0.62 | 0 | 0.33 | 258.5 | 0.45 | 0.46 |
| Hex | 62 | 41 | AC | 2B | 3E | 0 | 21 | 103 | 2D | 2E |
| Octal | 142 | 101 | 254 | 53 | 76 | 0 | 41 | 403 | 55 | 56 |
| Binary | 1100010 | 1000001 | 10101100 | 101011 | 111110 | 0 | 100001 | 100000011 | 101101 | 101110 |
Color Harmonies of #6241AC
Complementary color
Monochromatic Colors of #6241AC
Black with #6241AC
Text Example
Text Example
White with #6241AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6241AC; }
p { color: rgb(98,65,172); }
H1.HeaderClassName
{
color: #6241AC;
}
.AnyTagClassName
{
color: #6241AC;
}
</style>
background-color css
<style>
a { background-color: #6241AC; }
a { background-color: rgb(98,65,172); }
div.DivClassName
{
background-color: #6241AC;
}
.BgClassName
{
background-color: #6241AC;
}
</style>
border-color css
<style>
span { border-color: #6241AC; }
span { border-color: rgb(98,65,172); }
td.TdClassName
{
border-color: #6241AC;
}
.TagClassName
{
border-color: #6241AC;
}
</style>