Shades of Royal Purple #6245AF
Tints of Royal Purple #6245AF
RGB
CMYK
RGB Variations
Color information
#6245AF (or 0x6245AF) is known color: Royal Purple. HEX triplet: 62, 45 and AF. RGB value is (98,69,175). Sum of RGB (Red+Green+Blue) = 98+69+175=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #6245AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6245AF is #9DBA50. Grayscale: #595959. Windows color (decimal): -10336849 or 11486562. OLE color: 11486562.
HSL color Cylindrical-coordinate representation of color #6245AF: hue angle of 256.42º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6245AF is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 69 | 175 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.31 |
| HSL | 256.42º | 0.43% | 0.48% | - |
| HSV(B) | 256.42º | 0.61% | 0.69% | - |
| XYZ | 14.9 | 9.95 | 41.69 | - |
| YUV | 89.76 | 176.11 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 69 | 175 | 0.44 | 0.61 | 0 | 0.31 | 256.42 | 0.43 | 0.48 |
| Hex | 62 | 45 | AF | 2C | 3D | 0 | 1F | 100 | 2B | 30 |
| Octal | 142 | 105 | 257 | 54 | 75 | 0 | 37 | 400 | 53 | 60 |
| Binary | 1100010 | 1000101 | 10101111 | 101100 | 111101 | 0 | 11111 | 100000000 | 101011 | 110000 |
Color Harmonies of #6245AF
Complementary color
Monochromatic Colors of #6245AF
Black with #6245AF
Text Example
Text Example
White with #6245AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6245AF; }
p { color: rgb(98,69,175); }
H1.HeaderClassName
{
color: #6245AF;
}
.AnyTagClassName
{
color: #6245AF;
}
</style>
background-color css
<style>
a { background-color: #6245AF; }
a { background-color: rgb(98,69,175); }
div.DivClassName
{
background-color: #6245AF;
}
.BgClassName
{
background-color: #6245AF;
}
</style>
border-color css
<style>
span { border-color: #6245AF; }
span { border-color: rgb(98,69,175); }
td.TdClassName
{
border-color: #6245AF;
}
.TagClassName
{
border-color: #6245AF;
}
</style>