Shades of Royal Purple #6242AF
Tints of Royal Purple #6242AF
RGB
CMYK
RGB Variations
Color information
#6242AF (or 0x6242AF) is known color: Royal Purple. HEX triplet: 62, 42 and AF. RGB value is (98,66,175). Sum of RGB (Red+Green+Blue) = 98+66+175=339 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.91% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #6242AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6242AF is #9DBD50. Grayscale: #575757. Windows color (decimal): -10337617 or 11485794. OLE color: 11485794.
HSL color Cylindrical-coordinate representation of color #6242AF: hue angle of 257.61º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6242AF is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 66 | 175 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.31 |
| HSL | 257.61º | 0.45% | 0.47% | - |
| HSV(B) | 257.61º | 0.62% | 0.69% | - |
| XYZ | 14.72 | 9.59 | 41.63 | - |
| YUV | 87.99 | 177.1 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 66 | 175 | 0.44 | 0.62 | 0 | 0.31 | 257.61 | 0.45 | 0.47 |
| Hex | 62 | 42 | AF | 2C | 3E | 0 | 1F | 102 | 2D | 2F |
| Octal | 142 | 102 | 257 | 54 | 76 | 0 | 37 | 402 | 55 | 57 |
| Binary | 1100010 | 1000010 | 10101111 | 101100 | 111110 | 0 | 11111 | 100000010 | 101101 | 101111 |
Color Harmonies of #6242AF
Complementary color
Monochromatic Colors of #6242AF
Black with #6242AF
Text Example
Text Example
White with #6242AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6242AF; }
p { color: rgb(98,66,175); }
H1.HeaderClassName
{
color: #6242AF;
}
.AnyTagClassName
{
color: #6242AF;
}
</style>
background-color css
<style>
a { background-color: #6242AF; }
a { background-color: rgb(98,66,175); }
div.DivClassName
{
background-color: #6242AF;
}
.BgClassName
{
background-color: #6242AF;
}
</style>
border-color css
<style>
span { border-color: #6242AF; }
span { border-color: rgb(98,66,175); }
td.TdClassName
{
border-color: #6242AF;
}
.TagClassName
{
border-color: #6242AF;
}
</style>