Shades of Palatinate Purple #6A186A
Tints of Palatinate Purple #6A186A
RGB
CMYK
RGB Variations
Color information
#6A186A (or 0x6A186A) is known color: Palatinate Purple. HEX triplet: 6A, 18 and 6A. RGB value is (106,24,106). Sum of RGB (Red+Green+Blue) = 106+24+106=236 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.92% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 106 - color contains mainly: red, blue. Hex color #6A186A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A186A is #95E795. Grayscale: #393939. Windows color (decimal): -9824150 or 6953066. OLE color: 6953066.
HSL color Cylindrical-coordinate representation of color #6A186A: hue angle of 300º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6A186A is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 24 | 106 | - |
| CMYK | 0 | 0.77 | 0 | 0.58 |
| HSL | 300º | 0.63% | 0.25% | - |
| HSV(B) | 300º | 0.77% | 0.42% | - |
| XYZ | 8.87 | 4.76 | 14.09 | - |
| YUV | 57.87 | 155.17 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 24 | 106 | 0 | 0.77 | 0 | 0.58 | 300 | 0.63 | 0.25 |
| Hex | 6A | 18 | 6A | 0 | 4D | 0 | 3A | 12C | 3F | 19 |
| Octal | 152 | 30 | 152 | 0 | 115 | 0 | 72 | 454 | 77 | 31 |
| Binary | 1101010 | 11000 | 1101010 | 0 | 1001101 | 0 | 111010 | 100101100 | 111111 | 11001 |
Color Harmonies of #6A186A
Complementary color
Monochromatic Colors of #6A186A
Black with #6A186A
Text Example
Text Example
White with #6A186A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A186A; }
p { color: rgb(106,24,106); }
H1.HeaderClassName
{
color: #6A186A;
}
.AnyTagClassName
{
color: #6A186A;
}
</style>
background-color css
<style>
a { background-color: #6A186A; }
a { background-color: rgb(106,24,106); }
div.DivClassName
{
background-color: #6A186A;
}
.BgClassName
{
background-color: #6A186A;
}
</style>
border-color css
<style>
span { border-color: #6A186A; }
span { border-color: rgb(106,24,106); }
td.TdClassName
{
border-color: #6A186A;
}
.TagClassName
{
border-color: #6A186A;
}
</style>