Shades of Royal Purple #6243B2
Tints of Royal Purple #6243B2
RGB
CMYK
RGB Variations
Color information
#6243B2 (or 0x6243B2) is known color: Royal Purple. HEX triplet: 62, 43 and B2. RGB value is (98,67,178). Sum of RGB (Red+Green+Blue) = 98+67+178=343 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.57% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 178 (69.92% from 255 or 51.90% from 343); Max value from RGB is 178 - color contains mainly: blue. Hex color #6243B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6243B2 is #9DBC4D. Grayscale: #585858. Windows color (decimal): -10337358 or 11682658. OLE color: 11682658.
HSL color Cylindrical-coordinate representation of color #6243B2: hue angle of 256.76º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6243B2 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 98 | 67 | 178 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.30 |
| HSL | 256.76º | 0.45% | 0.48% | - |
| HSV(B) | 256.76º | 0.62% | 0.7% | - |
| XYZ | 15.08 | 9.83 | 43.22 | - |
| YUV | 88.92 | 178.27 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 67 | 178 | 0.45 | 0.62 | 0 | 0.30 | 256.76 | 0.45 | 0.48 |
| Hex | 62 | 43 | B2 | 2D | 3E | 0 | 1E | 101 | 2D | 30 |
| Octal | 142 | 103 | 262 | 55 | 76 | 0 | 36 | 401 | 55 | 60 |
| Binary | 1100010 | 1000011 | 10110010 | 101101 | 111110 | 0 | 11110 | 100000001 | 101101 | 110000 |
Color Harmonies of #6243B2
Complementary color
Monochromatic Colors of #6243B2
Black with #6243B2
Text Example
Text Example
White with #6243B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6243B2; }
p { color: rgb(98,67,178); }
H1.HeaderClassName
{
color: #6243B2;
}
.AnyTagClassName
{
color: #6243B2;
}
</style>
background-color css
<style>
a { background-color: #6243B2; }
a { background-color: rgb(98,67,178); }
div.DivClassName
{
background-color: #6243B2;
}
.BgClassName
{
background-color: #6243B2;
}
</style>
border-color css
<style>
span { border-color: #6243B2; }
span { border-color: rgb(98,67,178); }
td.TdClassName
{
border-color: #6243B2;
}
.TagClassName
{
border-color: #6243B2;
}
</style>