Shades of Royal Purple #6242AB
Tints of Royal Purple #6242AB
RGB
CMYK
RGB Variations
Color information
#6242AB (or 0x6242AB) is known color: Royal Purple. HEX triplet: 62, 42 and AB. RGB value is (98,66,171). Sum of RGB (Red+Green+Blue) = 98+66+171=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #6242AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6242AB is #9DBD54. Grayscale: #575757. Windows color (decimal): -10337621 or 11223650. OLE color: 11223650.
HSL color Cylindrical-coordinate representation of color #6242AB: hue angle of 258.29º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6242AB is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 66 | 171 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.33 |
| HSL | 258.29º | 0.44% | 0.46% | - |
| HSV(B) | 258.29º | 0.61% | 0.67% | - |
| XYZ | 14.34 | 9.43 | 39.59 | - |
| YUV | 87.54 | 175.1 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 66 | 171 | 0.43 | 0.61 | 0 | 0.33 | 258.29 | 0.44 | 0.46 |
| Hex | 62 | 42 | AB | 2B | 3D | 0 | 21 | 102 | 2C | 2E |
| Octal | 142 | 102 | 253 | 53 | 75 | 0 | 41 | 402 | 54 | 56 |
| Binary | 1100010 | 1000010 | 10101011 | 101011 | 111101 | 0 | 100001 | 100000010 | 101100 | 101110 |
Color Harmonies of #6242AB
Complementary color
Monochromatic Colors of #6242AB
Black with #6242AB
Text Example
Text Example
White with #6242AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6242AB; }
p { color: rgb(98,66,171); }
H1.HeaderClassName
{
color: #6242AB;
}
.AnyTagClassName
{
color: #6242AB;
}
</style>
background-color css
<style>
a { background-color: #6242AB; }
a { background-color: rgb(98,66,171); }
div.DivClassName
{
background-color: #6242AB;
}
.BgClassName
{
background-color: #6242AB;
}
</style>
border-color css
<style>
span { border-color: #6242AB; }
span { border-color: rgb(98,66,171); }
td.TdClassName
{
border-color: #6242AB;
}
.TagClassName
{
border-color: #6242AB;
}
</style>