Shades of Royal Purple #6243AC
Tints of Royal Purple #6243AC
RGB
CMYK
RGB Variations
Color information
#6243AC (or 0x6243AC) is known color: Royal Purple. HEX triplet: 62, 43 and AC. RGB value is (98,67,172). Sum of RGB (Red+Green+Blue) = 98+67+172=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #6243AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6243AC is #9DBC53. Grayscale: #575757. Windows color (decimal): -10337364 or 11289442. OLE color: 11289442.
HSL color Cylindrical-coordinate representation of color #6243AC: hue angle of 257.71º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6243AC is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 67 | 172 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.33 |
| HSL | 257.71º | 0.44% | 0.47% | - |
| HSV(B) | 257.71º | 0.61% | 0.67% | - |
| XYZ | 14.49 | 9.59 | 40.12 | - |
| YUV | 88.24 | 175.27 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 67 | 172 | 0.43 | 0.61 | 0 | 0.33 | 257.71 | 0.44 | 0.47 |
| Hex | 62 | 43 | AC | 2B | 3D | 0 | 21 | 102 | 2C | 2F |
| Octal | 142 | 103 | 254 | 53 | 75 | 0 | 41 | 402 | 54 | 57 |
| Binary | 1100010 | 1000011 | 10101100 | 101011 | 111101 | 0 | 100001 | 100000010 | 101100 | 101111 |
Color Harmonies of #6243AC
Complementary color
Monochromatic Colors of #6243AC
Black with #6243AC
Text Example
Text Example
White with #6243AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6243AC; }
p { color: rgb(98,67,172); }
H1.HeaderClassName
{
color: #6243AC;
}
.AnyTagClassName
{
color: #6243AC;
}
</style>
background-color css
<style>
a { background-color: #6243AC; }
a { background-color: rgb(98,67,172); }
div.DivClassName
{
background-color: #6243AC;
}
.BgClassName
{
background-color: #6243AC;
}
</style>
border-color css
<style>
span { border-color: #6243AC; }
span { border-color: rgb(98,67,172); }
td.TdClassName
{
border-color: #6243AC;
}
.TagClassName
{
border-color: #6243AC;
}
</style>