Shades of Royal Purple #6233AA
Tints of Royal Purple #6233AA
RGB
CMYK
RGB Variations
Color information
#6233AA (or 0x6233AA) is known color: Royal Purple. HEX triplet: 62, 33 and AA. RGB value is (98,51,170). Sum of RGB (Red+Green+Blue) = 98+51+170=319 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.72% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #6233AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6233AA is #9DCC55. Grayscale: #4E4E4E. Windows color (decimal): -10341462 or 11154274. OLE color: 11154274.
HSL color Cylindrical-coordinate representation of color #6233AA: hue angle of 263.7º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6233AA is Cyan = 0.42, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 51 | 170 | - |
| CMYK | 0.42 | 0.7 | 0 | 0.33 |
| HSL | 263.7º | 0.54% | 0.43% | - |
| HSV(B) | 263.7º | 0.7% | 0.67% | - |
| XYZ | 13.48 | 7.87 | 38.84 | - |
| YUV | 78.62 | 179.57 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 51 | 170 | 0.42 | 0.7 | 0 | 0.33 | 263.7 | 0.54 | 0.43 |
| Hex | 62 | 33 | AA | 2A | 46 | 0 | 21 | 108 | 36 | 2B |
| Octal | 142 | 63 | 252 | 52 | 106 | 0 | 41 | 410 | 66 | 53 |
| Binary | 1100010 | 110011 | 10101010 | 101010 | 1000110 | 0 | 100001 | 100001000 | 110110 | 101011 |
Color Harmonies of #6233AA
Complementary color
Monochromatic Colors of #6233AA
Black with #6233AA
Text Example
Text Example
White with #6233AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6233AA; }
p { color: rgb(98,51,170); }
H1.HeaderClassName
{
color: #6233AA;
}
.AnyTagClassName
{
color: #6233AA;
}
</style>
background-color css
<style>
a { background-color: #6233AA; }
a { background-color: rgb(98,51,170); }
div.DivClassName
{
background-color: #6233AA;
}
.BgClassName
{
background-color: #6233AA;
}
</style>
border-color css
<style>
span { border-color: #6233AA; }
span { border-color: rgb(98,51,170); }
td.TdClassName
{
border-color: #6233AA;
}
.TagClassName
{
border-color: #6233AA;
}
</style>