Shades of Royal Purple #6A329E
Tints of Royal Purple #6A329E
RGB
CMYK
RGB Variations
Color information
#6A329E (or 0x6A329E) is known color: Royal Purple. HEX triplet: 6A, 32 and 9E. RGB value is (106,50,158). Sum of RGB (Red+Green+Blue) = 106+50+158=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #6A329E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A329E is #95CD61. Grayscale: #4E4E4E. Windows color (decimal): -9817442 or 10367594. OLE color: 10367594.
HSL color Cylindrical-coordinate representation of color #6A329E: hue angle of 271.11º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6A329E is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 50 | 158 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.38 |
| HSL | 271.11º | 0.52% | 0.41% | - |
| HSV(B) | 271.11º | 0.68% | 0.62% | - |
| XYZ | 13.26 | 7.81 | 33.16 | - |
| YUV | 79.06 | 172.55 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 50 | 158 | 0.33 | 0.68 | 0 | 0.38 | 271.11 | 0.52 | 0.41 |
| Hex | 6A | 32 | 9E | 21 | 44 | 0 | 26 | 10F | 34 | 29 |
| Octal | 152 | 62 | 236 | 41 | 104 | 0 | 46 | 417 | 64 | 51 |
| Binary | 1101010 | 110010 | 10011110 | 100001 | 1000100 | 0 | 100110 | 100001111 | 110100 | 101001 |
Color Harmonies of #6A329E
Complementary color
Monochromatic Colors of #6A329E
Black with #6A329E
Text Example
Text Example
White with #6A329E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A329E; }
p { color: rgb(106,50,158); }
H1.HeaderClassName
{
color: #6A329E;
}
.AnyTagClassName
{
color: #6A329E;
}
</style>
background-color css
<style>
a { background-color: #6A329E; }
a { background-color: rgb(106,50,158); }
div.DivClassName
{
background-color: #6A329E;
}
.BgClassName
{
background-color: #6A329E;
}
</style>
border-color css
<style>
span { border-color: #6A329E; }
span { border-color: rgb(106,50,158); }
td.TdClassName
{
border-color: #6A329E;
}
.TagClassName
{
border-color: #6A329E;
}
</style>