Shades of Royal Purple #6243AF
Tints of Royal Purple #6243AF
RGB
CMYK
RGB Variations
Color information
#6243AF (or 0x6243AF) is known color: Royal Purple. HEX triplet: 62, 43 and AF. RGB value is (98,67,175). Sum of RGB (Red+Green+Blue) = 98+67+175=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #6243AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6243AF is #9DBC50. Grayscale: #585858. Windows color (decimal): -10337361 or 11486050. OLE color: 11486050.
HSL color Cylindrical-coordinate representation of color #6243AF: hue angle of 257.22º 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 #6243AF is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 67 | 175 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.31 |
| HSL | 257.22º | 0.45% | 0.47% | - |
| HSV(B) | 257.22º | 0.62% | 0.69% | - |
| XYZ | 14.78 | 9.71 | 41.65 | - |
| YUV | 88.58 | 176.77 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 67 | 175 | 0.44 | 0.62 | 0 | 0.31 | 257.22 | 0.45 | 0.47 |
| Hex | 62 | 43 | AF | 2C | 3E | 0 | 1F | 101 | 2D | 2F |
| Octal | 142 | 103 | 257 | 54 | 76 | 0 | 37 | 401 | 55 | 57 |
| Binary | 1100010 | 1000011 | 10101111 | 101100 | 111110 | 0 | 11111 | 100000001 | 101101 | 101111 |
Color Harmonies of #6243AF
Complementary color
Monochromatic Colors of #6243AF
Black with #6243AF
Text Example
Text Example
White with #6243AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6243AF; }
p { color: rgb(98,67,175); }
H1.HeaderClassName
{
color: #6243AF;
}
.AnyTagClassName
{
color: #6243AF;
}
</style>
background-color css
<style>
a { background-color: #6243AF; }
a { background-color: rgb(98,67,175); }
div.DivClassName
{
background-color: #6243AF;
}
.BgClassName
{
background-color: #6243AF;
}
</style>
border-color css
<style>
span { border-color: #6243AF; }
span { border-color: rgb(98,67,175); }
td.TdClassName
{
border-color: #6243AF;
}
.TagClassName
{
border-color: #6243AF;
}
</style>