Shades of Royal Purple #6732A1
Tints of Royal Purple #6732A1
RGB
CMYK
RGB Variations
Color information
#6732A1 (or 0x6732A1) is known color: Royal Purple. HEX triplet: 67, 32 and A1. RGB value is (103,50,161). Sum of RGB (Red+Green+Blue) = 103+50+161=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 161 (63.28% from 255 or 51.27% from 314); Max value from RGB is 161 - color contains mainly: blue. Hex color #6732A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6732A1 is #98CD5E. Grayscale: #4E4E4E. Windows color (decimal): -10014047 or 10564199. OLE color: 10564199.
HSL color Cylindrical-coordinate representation of color #6732A1: hue angle of 268.65º 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 #6732A1 is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 103 | 50 | 161 | - |
| CMYK | 0.36 | 0.69 | 0 | 0.37 |
| HSL | 268.65º | 0.53% | 0.41% | - |
| HSV(B) | 268.65º | 0.69% | 0.63% | - |
| XYZ | 13.17 | 7.74 | 34.52 | - |
| YUV | 78.5 | 174.56 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 50 | 161 | 0.36 | 0.69 | 0 | 0.37 | 268.65 | 0.53 | 0.41 |
| Hex | 67 | 32 | A1 | 24 | 45 | 0 | 25 | 10D | 35 | 29 |
| Octal | 147 | 62 | 241 | 44 | 105 | 0 | 45 | 415 | 65 | 51 |
| Binary | 1100111 | 110010 | 10100001 | 100100 | 1000101 | 0 | 100101 | 100001101 | 110101 | 101001 |
Color Harmonies of #6732A1
Complementary color
Monochromatic Colors of #6732A1
Black with #6732A1
Text Example
Text Example
White with #6732A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6732A1; }
p { color: rgb(103,50,161); }
H1.HeaderClassName
{
color: #6732A1;
}
.AnyTagClassName
{
color: #6732A1;
}
</style>
background-color css
<style>
a { background-color: #6732A1; }
a { background-color: rgb(103,50,161); }
div.DivClassName
{
background-color: #6732A1;
}
.BgClassName
{
background-color: #6732A1;
}
</style>
border-color css
<style>
span { border-color: #6732A1; }
span { border-color: rgb(103,50,161); }
td.TdClassName
{
border-color: #6732A1;
}
.TagClassName
{
border-color: #6732A1;
}
</style>