Shades of Royal Purple #6232AB
Tints of Royal Purple #6232AB
RGB
CMYK
RGB Variations
Color information
#6232AB (or 0x6232AB) is known color: Royal Purple. HEX triplet: 62, 32 and AB. RGB value is (98,50,171). Sum of RGB (Red+Green+Blue) = 98+50+171=319 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.72% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #6232AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6232AB is #9DCD54. Grayscale: #4D4D4D. Windows color (decimal): -10341717 or 11219554. OLE color: 11219554.
HSL color Cylindrical-coordinate representation of color #6232AB: hue angle of 263.8º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6232AB is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 50 | 171 | - |
| CMYK | 0.43 | 0.71 | 0 | 0.33 |
| HSL | 263.8º | 0.55% | 0.43% | - |
| HSV(B) | 263.8º | 0.71% | 0.67% | - |
| XYZ | 13.53 | 7.82 | 39.32 | - |
| YUV | 78.15 | 180.4 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 50 | 171 | 0.43 | 0.71 | 0 | 0.33 | 263.8 | 0.55 | 0.43 |
| Hex | 62 | 32 | AB | 2B | 47 | 0 | 21 | 108 | 37 | 2B |
| Octal | 142 | 62 | 253 | 53 | 107 | 0 | 41 | 410 | 67 | 53 |
| Binary | 1100010 | 110010 | 10101011 | 101011 | 1000111 | 0 | 100001 | 100001000 | 110111 | 101011 |
Color Harmonies of #6232AB
Complementary color
Monochromatic Colors of #6232AB
Black with #6232AB
Text Example
Text Example
White with #6232AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6232AB; }
p { color: rgb(98,50,171); }
H1.HeaderClassName
{
color: #6232AB;
}
.AnyTagClassName
{
color: #6232AB;
}
</style>
background-color css
<style>
a { background-color: #6232AB; }
a { background-color: rgb(98,50,171); }
div.DivClassName
{
background-color: #6232AB;
}
.BgClassName
{
background-color: #6232AB;
}
</style>
border-color css
<style>
span { border-color: #6232AB; }
span { border-color: rgb(98,50,171); }
td.TdClassName
{
border-color: #6232AB;
}
.TagClassName
{
border-color: #6232AB;
}
</style>