Shades of Royal Purple #6729A1
Tints of Royal Purple #6729A1
RGB
CMYK
RGB Variations
Color information
#6729A1 (or 0x6729A1) is known color: Royal Purple. HEX triplet: 67, 29 and A1. RGB value is (103,41,161). Sum of RGB (Red+Green+Blue) = 103+41+161=305 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.77% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 161 (63.28% from 255 or 52.79% from 305); Max value from RGB is 161 - color contains mainly: blue. Hex color #6729A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6729A1 is #98D65E. Grayscale: #484848. Windows color (decimal): -10016351 or 10561895. OLE color: 10561895.
HSL color Cylindrical-coordinate representation of color #6729A1: hue angle of 271º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6729A1 is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 103 | 41 | 161 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.37 |
| HSL | 271º | 0.59% | 0.4% | - |
| HSV(B) | 271º | 0.75% | 0.63% | - |
| XYZ | 12.82 | 7.04 | 34.4 | - |
| YUV | 73.22 | 177.54 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 41 | 161 | 0.36 | 0.75 | 0 | 0.37 | 271 | 0.59 | 0.4 |
| Hex | 67 | 29 | A1 | 24 | 4B | 0 | 25 | 10F | 3B | 28 |
| Octal | 147 | 51 | 241 | 44 | 113 | 0 | 45 | 417 | 73 | 50 |
| Binary | 1100111 | 101001 | 10100001 | 100100 | 1001011 | 0 | 100101 | 100001111 | 111011 | 101000 |
Color Harmonies of #6729A1
Complementary color
Monochromatic Colors of #6729A1
Black with #6729A1
Text Example
Text Example
White with #6729A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6729A1; }
p { color: rgb(103,41,161); }
H1.HeaderClassName
{
color: #6729A1;
}
.AnyTagClassName
{
color: #6729A1;
}
</style>
background-color css
<style>
a { background-color: #6729A1; }
a { background-color: rgb(103,41,161); }
div.DivClassName
{
background-color: #6729A1;
}
.BgClassName
{
background-color: #6729A1;
}
</style>
border-color css
<style>
span { border-color: #6729A1; }
span { border-color: rgb(103,41,161); }
td.TdClassName
{
border-color: #6729A1;
}
.TagClassName
{
border-color: #6729A1;
}
</style>