Shades of Royal Purple #6729A7
Tints of Royal Purple #6729A7
RGB
CMYK
RGB Variations
Color information
#6729A7 (or 0x6729A7) is known color: Royal Purple. HEX triplet: 67, 29 and A7. RGB value is (103,41,167). Sum of RGB (Red+Green+Blue) = 103+41+167=311 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.12% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 167 (65.62% from 255 or 53.70% from 311); Max value from RGB is 167 - color contains mainly: blue. Hex color #6729A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6729A7 is #98D658. Grayscale: #494949. Windows color (decimal): -10016345 or 10955111. OLE color: 10955111.
HSL color Cylindrical-coordinate representation of color #6729A7: hue angle of 269.52º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6729A7 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 41 | 167 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.35 |
| HSL | 269.52º | 0.61% | 0.41% | - |
| HSV(B) | 269.52º | 0.75% | 0.65% | - |
| XYZ | 13.36 | 7.26 | 37.26 | - |
| YUV | 73.9 | 180.54 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 41 | 167 | 0.38 | 0.75 | 0 | 0.35 | 269.52 | 0.61 | 0.41 |
| Hex | 67 | 29 | A7 | 26 | 4B | 0 | 23 | 10E | 3D | 29 |
| Octal | 147 | 51 | 247 | 46 | 113 | 0 | 43 | 416 | 75 | 51 |
| Binary | 1100111 | 101001 | 10100111 | 100110 | 1001011 | 0 | 100011 | 100001110 | 111101 | 101001 |
Color Harmonies of #6729A7
Complementary color
Monochromatic Colors of #6729A7
Black with #6729A7
Text Example
Text Example
White with #6729A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6729A7; }
p { color: rgb(103,41,167); }
H1.HeaderClassName
{
color: #6729A7;
}
.AnyTagClassName
{
color: #6729A7;
}
</style>
background-color css
<style>
a { background-color: #6729A7; }
a { background-color: rgb(103,41,167); }
div.DivClassName
{
background-color: #6729A7;
}
.BgClassName
{
background-color: #6729A7;
}
</style>
border-color css
<style>
span { border-color: #6729A7; }
span { border-color: rgb(103,41,167); }
td.TdClassName
{
border-color: #6729A7;
}
.TagClassName
{
border-color: #6729A7;
}
</style>