Shades of Royal Purple #6A328E
Tints of Royal Purple #6A328E
RGB
CMYK
RGB Variations
Color information
#6A328E (or 0x6A328E) is known color: Royal Purple. HEX triplet: 6A, 32 and 8E. RGB value is (106,50,142). Sum of RGB (Red+Green+Blue) = 106+50+142=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #6A328E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A328E is #95CD71. Grayscale: #4C4C4C. Windows color (decimal): -9817458 or 9319018. OLE color: 9319018.
HSL color Cylindrical-coordinate representation of color #6A328E: hue angle of 276.52º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A328E is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 50 | 142 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.44 |
| HSL | 276.52º | 0.48% | 0.38% | - |
| HSV(B) | 276.52º | 0.65% | 0.56% | - |
| XYZ | 11.97 | 7.3 | 26.37 | - |
| YUV | 77.23 | 164.55 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 50 | 142 | 0.25 | 0.65 | 0 | 0.44 | 276.52 | 0.48 | 0.38 |
| Hex | 6A | 32 | 8E | 19 | 41 | 0 | 2C | 115 | 30 | 26 |
| Octal | 152 | 62 | 216 | 31 | 101 | 0 | 54 | 425 | 60 | 46 |
| Binary | 1101010 | 110010 | 10001110 | 11001 | 1000001 | 0 | 101100 | 100010101 | 110000 | 100110 |
Color Harmonies of #6A328E
Complementary color
Monochromatic Colors of #6A328E
Black with #6A328E
Text Example
Text Example
White with #6A328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A328E; }
p { color: rgb(106,50,142); }
H1.HeaderClassName
{
color: #6A328E;
}
.AnyTagClassName
{
color: #6A328E;
}
</style>
background-color css
<style>
a { background-color: #6A328E; }
a { background-color: rgb(106,50,142); }
div.DivClassName
{
background-color: #6A328E;
}
.BgClassName
{
background-color: #6A328E;
}
</style>
border-color css
<style>
span { border-color: #6A328E; }
span { border-color: rgb(106,50,142); }
td.TdClassName
{
border-color: #6A328E;
}
.TagClassName
{
border-color: #6A328E;
}
</style>