Shades of Royal Purple #6230A4
Tints of Royal Purple #6230A4
RGB
CMYK
RGB Variations
Color information
#6230A4 (or 0x6230A4) is known color: Royal Purple. HEX triplet: 62, 30 and A4. RGB value is (98,48,164). Sum of RGB (Red+Green+Blue) = 98+48+164=310 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.61% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 164 (64.45% from 255 or 52.90% from 310); Max value from RGB is 164 - color contains mainly: blue. Hex color #6230A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6230A4 is #9DCF5B. Grayscale: #4B4B4B. Windows color (decimal): -10342236 or 10760290. OLE color: 10760290.
HSL color Cylindrical-coordinate representation of color #6230A4: hue angle of 265.86º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6230A4 is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 48 | 164 | - |
| CMYK | 0.40 | 0.71 | 0 | 0.36 |
| HSL | 265.86º | 0.55% | 0.42% | - |
| HSV(B) | 265.86º | 0.71% | 0.64% | - |
| XYZ | 12.79 | 7.39 | 35.87 | - |
| YUV | 76.17 | 177.57 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 48 | 164 | 0.40 | 0.71 | 0 | 0.36 | 265.86 | 0.55 | 0.42 |
| Hex | 62 | 30 | A4 | 28 | 47 | 0 | 24 | 10A | 37 | 2A |
| Octal | 142 | 60 | 244 | 50 | 107 | 0 | 44 | 412 | 67 | 52 |
| Binary | 1100010 | 110000 | 10100100 | 101000 | 1000111 | 0 | 100100 | 100001010 | 110111 | 101010 |
Color Harmonies of #6230A4
Complementary color
Monochromatic Colors of #6230A4
Black with #6230A4
Text Example
Text Example
White with #6230A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6230A4; }
p { color: rgb(98,48,164); }
H1.HeaderClassName
{
color: #6230A4;
}
.AnyTagClassName
{
color: #6230A4;
}
</style>
background-color css
<style>
a { background-color: #6230A4; }
a { background-color: rgb(98,48,164); }
div.DivClassName
{
background-color: #6230A4;
}
.BgClassName
{
background-color: #6230A4;
}
</style>
border-color css
<style>
span { border-color: #6230A4; }
span { border-color: rgb(98,48,164); }
td.TdClassName
{
border-color: #6230A4;
}
.TagClassName
{
border-color: #6230A4;
}
</style>