Shades of Purple #6A046C
Tints of Purple #6A046C
RGB
CMYK
RGB Variations
Color information
#6A046C (or 0x6A046C) is known color: Purple. HEX triplet: 6A, 04 and 6C. RGB value is (106,4,108). Sum of RGB (Red+Green+Blue) = 106+4+108=218 (28% of max value = 765). Red value is 106 (41.80% from 255 or 48.62% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #6A046C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A046C is #95FB93. Grayscale: #2E2E2E. Windows color (decimal): -9829268 or 7079018. OLE color: 7079018.
HSL color Cylindrical-coordinate representation of color #6A046C: hue angle of 298.85º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6A046C is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 4 | 108 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.58 |
| HSL | 298.85º | 0.93% | 0.22% | - |
| HSV(B) | 298.85º | 0.96% | 0.42% | - |
| XYZ | 8.69 | 4.23 | 14.55 | - |
| YUV | 46.35 | 162.79 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 4 | 108 | 0.02 | 0.96 | 0 | 0.58 | 298.85 | 0.93 | 0.22 |
| Hex | 6A | 4 | 6C | 2 | 60 | 0 | 3A | 12B | 5D | 16 |
| Octal | 152 | 4 | 154 | 2 | 140 | 0 | 72 | 453 | 135 | 26 |
| Binary | 1101010 | 100 | 1101100 | 10 | 1100000 | 0 | 111010 | 100101011 | 1011101 | 10110 |
Color Harmonies of #6A046C
Complementary color
Monochromatic Colors of #6A046C
Black with #6A046C
Text Example
Text Example
White with #6A046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A046C; }
p { color: rgb(106,4,108); }
H1.HeaderClassName
{
color: #6A046C;
}
.AnyTagClassName
{
color: #6A046C;
}
</style>
background-color css
<style>
a { background-color: #6A046C; }
a { background-color: rgb(106,4,108); }
div.DivClassName
{
background-color: #6A046C;
}
.BgClassName
{
background-color: #6A046C;
}
</style>
border-color css
<style>
span { border-color: #6A046C; }
span { border-color: rgb(106,4,108); }
td.TdClassName
{
border-color: #6A046C;
}
.TagClassName
{
border-color: #6A046C;
}
</style>