Shades of Royal Purple #6241A0
Tints of Royal Purple #6241A0
RGB
CMYK
RGB Variations
Color information
#6241A0 (or 0x6241A0) is known color: Royal Purple. HEX triplet: 62, 41 and A0. RGB value is (98,65,160). Sum of RGB (Red+Green+Blue) = 98+65+160=323 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.34% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 160 (62.89% from 255 or 49.54% from 323); Max value from RGB is 160 - color contains mainly: blue. Hex color #6241A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6241A0 is #9DBE5F. Grayscale: #555555. Windows color (decimal): -10337888 or 10502498. OLE color: 10502498.
HSL color Cylindrical-coordinate representation of color #6241A0: hue angle of 260.84º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6241A0 is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 65 | 160 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.37 |
| HSL | 260.84º | 0.42% | 0.44% | - |
| HSV(B) | 260.84º | 0.59% | 0.63% | - |
| XYZ | 13.27 | 8.92 | 34.28 | - |
| YUV | 85.7 | 169.93 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 65 | 160 | 0.39 | 0.59 | 0 | 0.37 | 260.84 | 0.42 | 0.44 |
| Hex | 62 | 41 | A0 | 27 | 3B | 0 | 25 | 105 | 2A | 2C |
| Octal | 142 | 101 | 240 | 47 | 73 | 0 | 45 | 405 | 52 | 54 |
| Binary | 1100010 | 1000001 | 10100000 | 100111 | 111011 | 0 | 100101 | 100000101 | 101010 | 101100 |
Color Harmonies of #6241A0
Complementary color
Monochromatic Colors of #6241A0
Black with #6241A0
Text Example
Text Example
White with #6241A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6241A0; }
p { color: rgb(98,65,160); }
H1.HeaderClassName
{
color: #6241A0;
}
.AnyTagClassName
{
color: #6241A0;
}
</style>
background-color css
<style>
a { background-color: #6241A0; }
a { background-color: rgb(98,65,160); }
div.DivClassName
{
background-color: #6241A0;
}
.BgClassName
{
background-color: #6241A0;
}
</style>
border-color css
<style>
span { border-color: #6241A0; }
span { border-color: rgb(98,65,160); }
td.TdClassName
{
border-color: #6241A0;
}
.TagClassName
{
border-color: #6241A0;
}
</style>