Shades of Royal Purple #6232A1
Tints of Royal Purple #6232A1
RGB
CMYK
RGB Variations
Color information
#6232A1 (or 0x6232A1) is known color: Royal Purple. HEX triplet: 62, 32 and A1. RGB value is (98,50,161). Sum of RGB (Red+Green+Blue) = 98+50+161=309 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.72% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 161 (63.28% from 255 or 52.10% from 309); Max value from RGB is 161 - color contains mainly: blue. Hex color #6232A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6232A1 is #9DCD5E. Grayscale: #4C4C4C. Windows color (decimal): -10341727 or 10564194. OLE color: 10564194.
HSL color Cylindrical-coordinate representation of color #6232A1: hue angle of 265.95º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6232A1 is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 50 | 161 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.37 |
| HSL | 265.95º | 0.53% | 0.41% | - |
| HSV(B) | 265.95º | 0.69% | 0.63% | - |
| XYZ | 12.61 | 7.45 | 34.49 | - |
| YUV | 77.01 | 175.4 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 50 | 161 | 0.39 | 0.69 | 0 | 0.37 | 265.95 | 0.53 | 0.41 |
| Hex | 62 | 32 | A1 | 27 | 45 | 0 | 25 | 10A | 35 | 29 |
| Octal | 142 | 62 | 241 | 47 | 105 | 0 | 45 | 412 | 65 | 51 |
| Binary | 1100010 | 110010 | 10100001 | 100111 | 1000101 | 0 | 100101 | 100001010 | 110101 | 101001 |
Color Harmonies of #6232A1
Complementary color
Monochromatic Colors of #6232A1
Black with #6232A1
Text Example
Text Example
White with #6232A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6232A1; }
p { color: rgb(98,50,161); }
H1.HeaderClassName
{
color: #6232A1;
}
.AnyTagClassName
{
color: #6232A1;
}
</style>
background-color css
<style>
a { background-color: #6232A1; }
a { background-color: rgb(98,50,161); }
div.DivClassName
{
background-color: #6232A1;
}
.BgClassName
{
background-color: #6232A1;
}
</style>
border-color css
<style>
span { border-color: #6232A1; }
span { border-color: rgb(98,50,161); }
td.TdClassName
{
border-color: #6232A1;
}
.TagClassName
{
border-color: #6232A1;
}
</style>