Shades of Royal Purple #6241A2
Tints of Royal Purple #6241A2
RGB
CMYK
RGB Variations
Color information
#6241A2 (or 0x6241A2) is known color: Royal Purple. HEX triplet: 62, 41 and A2. RGB value is (98,65,162). Sum of RGB (Red+Green+Blue) = 98+65+162=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 162 (63.67% from 255 or 49.85% from 325); Max value from RGB is 162 - color contains mainly: blue. Hex color #6241A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6241A2 is #9DBE5D. Grayscale: #555555. Windows color (decimal): -10337886 or 10633570. OLE color: 10633570.
HSL color Cylindrical-coordinate representation of color #6241A2: hue angle of 260.41º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6241A2 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 65 | 162 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.36 |
| HSL | 260.41º | 0.43% | 0.45% | - |
| HSV(B) | 260.41º | 0.6% | 0.64% | - |
| XYZ | 13.45 | 8.99 | 35.21 | - |
| YUV | 85.93 | 170.93 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 65 | 162 | 0.40 | 0.60 | 0 | 0.36 | 260.41 | 0.43 | 0.45 |
| Hex | 62 | 41 | A2 | 28 | 3C | 0 | 24 | 104 | 2B | 2D |
| Octal | 142 | 101 | 242 | 50 | 74 | 0 | 44 | 404 | 53 | 55 |
| Binary | 1100010 | 1000001 | 10100010 | 101000 | 111100 | 0 | 100100 | 100000100 | 101011 | 101101 |
Color Harmonies of #6241A2
Complementary color
Monochromatic Colors of #6241A2
Black with #6241A2
Text Example
Text Example
White with #6241A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6241A2; }
p { color: rgb(98,65,162); }
H1.HeaderClassName
{
color: #6241A2;
}
.AnyTagClassName
{
color: #6241A2;
}
</style>
background-color css
<style>
a { background-color: #6241A2; }
a { background-color: rgb(98,65,162); }
div.DivClassName
{
background-color: #6241A2;
}
.BgClassName
{
background-color: #6241A2;
}
</style>
border-color css
<style>
span { border-color: #6241A2; }
span { border-color: rgb(98,65,162); }
td.TdClassName
{
border-color: #6241A2;
}
.TagClassName
{
border-color: #6241A2;
}
</style>