Shades of Royal Purple #6A3292
Tints of Royal Purple #6A3292
RGB
CMYK
RGB Variations
Color information
#6A3292 (or 0x6A3292) is known color: Royal Purple. HEX triplet: 6A, 32 and 92. RGB value is (106,50,146). Sum of RGB (Red+Green+Blue) = 106+50+146=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 146 - color contains mainly: blue. Hex color #6A3292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3292 is #95CD6D. Grayscale: #4D4D4D. Windows color (decimal): -9817454 or 9581162. OLE color: 9581162.
HSL color Cylindrical-coordinate representation of color #6A3292: hue angle of 275º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6A3292 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 106 | 50 | 146 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.43 |
| HSL | 275º | 0.49% | 0.38% | - |
| HSV(B) | 275º | 0.66% | 0.57% | - |
| XYZ | 12.27 | 7.42 | 27.98 | - |
| YUV | 77.69 | 166.55 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 50 | 146 | 0.27 | 0.66 | 0 | 0.43 | 275 | 0.49 | 0.38 |
| Hex | 6A | 32 | 92 | 1B | 42 | 0 | 2B | 113 | 31 | 26 |
| Octal | 152 | 62 | 222 | 33 | 102 | 0 | 53 | 423 | 61 | 46 |
| Binary | 1101010 | 110010 | 10010010 | 11011 | 1000010 | 0 | 101011 | 100010011 | 110001 | 100110 |
Color Harmonies of #6A3292
Complementary color
Monochromatic Colors of #6A3292
Black with #6A3292
Text Example
Text Example
White with #6A3292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3292; }
p { color: rgb(106,50,146); }
H1.HeaderClassName
{
color: #6A3292;
}
.AnyTagClassName
{
color: #6A3292;
}
</style>
background-color css
<style>
a { background-color: #6A3292; }
a { background-color: rgb(106,50,146); }
div.DivClassName
{
background-color: #6A3292;
}
.BgClassName
{
background-color: #6A3292;
}
</style>
border-color css
<style>
span { border-color: #6A3292; }
span { border-color: rgb(106,50,146); }
td.TdClassName
{
border-color: #6A3292;
}
.TagClassName
{
border-color: #6A3292;
}
</style>