Shades of Royal Purple #6A299E
Tints of Royal Purple #6A299E
RGB
CMYK
RGB Variations
Color information
#6A299E (or 0x6A299E) is known color: Royal Purple. HEX triplet: 6A, 29 and 9E. RGB value is (106,41,158). Sum of RGB (Red+Green+Blue) = 106+41+158=305 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.75% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 158 (62.11% from 255 or 51.80% from 305); Max value from RGB is 158 - color contains mainly: blue. Hex color #6A299E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A299E is #95D661. Grayscale: #494949. Windows color (decimal): -9819746 or 10365290. OLE color: 10365290.
HSL color Cylindrical-coordinate representation of color #6A299E: hue angle of 273.33º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6A299E is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 41 | 158 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.38 |
| HSL | 273.33º | 0.59% | 0.39% | - |
| HSV(B) | 273.33º | 0.74% | 0.62% | - |
| XYZ | 12.91 | 7.12 | 33.04 | - |
| YUV | 73.77 | 175.53 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 41 | 158 | 0.33 | 0.74 | 0 | 0.38 | 273.33 | 0.59 | 0.39 |
| Hex | 6A | 29 | 9E | 21 | 4A | 0 | 26 | 111 | 3B | 27 |
| Octal | 152 | 51 | 236 | 41 | 112 | 0 | 46 | 421 | 73 | 47 |
| Binary | 1101010 | 101001 | 10011110 | 100001 | 1001010 | 0 | 100110 | 100010001 | 111011 | 100111 |
Color Harmonies of #6A299E
Complementary color
Monochromatic Colors of #6A299E
Black with #6A299E
Text Example
Text Example
White with #6A299E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A299E; }
p { color: rgb(106,41,158); }
H1.HeaderClassName
{
color: #6A299E;
}
.AnyTagClassName
{
color: #6A299E;
}
</style>
background-color css
<style>
a { background-color: #6A299E; }
a { background-color: rgb(106,41,158); }
div.DivClassName
{
background-color: #6A299E;
}
.BgClassName
{
background-color: #6A299E;
}
</style>
border-color css
<style>
span { border-color: #6A299E; }
span { border-color: rgb(106,41,158); }
td.TdClassName
{
border-color: #6A299E;
}
.TagClassName
{
border-color: #6A299E;
}
</style>