Shades of Royal Purple #6227A2
Tints of Royal Purple #6227A2
RGB
CMYK
RGB Variations
Color information
#6227A2 (or 0x6227A2) is known color: Royal Purple. HEX triplet: 62, 27 and A2. RGB value is (98,39,162). Sum of RGB (Red+Green+Blue) = 98+39+162=299 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.78% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 162 (63.67% from 255 or 54.18% from 299); Max value from RGB is 162 - color contains mainly: blue. Hex color #6227A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6227A2 is #9DD85D. Grayscale: #464646. Windows color (decimal): -10344542 or 10626914. OLE color: 10626914.
HSL color Cylindrical-coordinate representation of color #6227A2: hue angle of 268.78º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6227A2 is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 39 | 162 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.36 |
| HSL | 268.78º | 0.61% | 0.39% | - |
| HSV(B) | 268.78º | 0.76% | 0.64% | - |
| XYZ | 12.28 | 6.66 | 34.82 | - |
| YUV | 70.66 | 179.55 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 39 | 162 | 0.40 | 0.76 | 0 | 0.36 | 268.78 | 0.61 | 0.39 |
| Hex | 62 | 27 | A2 | 28 | 4C | 0 | 24 | 10D | 3D | 27 |
| Octal | 142 | 47 | 242 | 50 | 114 | 0 | 44 | 415 | 75 | 47 |
| Binary | 1100010 | 100111 | 10100010 | 101000 | 1001100 | 0 | 100100 | 100001101 | 111101 | 100111 |
Color Harmonies of #6227A2
Complementary color
Monochromatic Colors of #6227A2
Black with #6227A2
Text Example
Text Example
White with #6227A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6227A2; }
p { color: rgb(98,39,162); }
H1.HeaderClassName
{
color: #6227A2;
}
.AnyTagClassName
{
color: #6227A2;
}
</style>
background-color css
<style>
a { background-color: #6227A2; }
a { background-color: rgb(98,39,162); }
div.DivClassName
{
background-color: #6227A2;
}
.BgClassName
{
background-color: #6227A2;
}
</style>
border-color css
<style>
span { border-color: #6227A2; }
span { border-color: rgb(98,39,162); }
td.TdClassName
{
border-color: #6227A2;
}
.TagClassName
{
border-color: #6227A2;
}
</style>