Shades of Pompadour #6A104E
Tints of Pompadour #6A104E
RGB
CMYK
RGB Variations
Color information
#6A104E (or 0x6A104E) is known color: Pompadour. HEX triplet: 6A, 10 and 4E. RGB value is (106,16,78). Sum of RGB (Red+Green+Blue) = 106+16+78=200 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 106 - color contains mainly: red. Hex color #6A104E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A104E is #95EFB1. Grayscale: #313131. Windows color (decimal): -9826226 or 5116010. OLE color: 5116010.
HSL color Cylindrical-coordinate representation of color #6A104E: hue angle of 318.67º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A104E is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 16 | 78 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.58 |
| HSL | 318.67º | 0.74% | 0.24% | - |
| HSV(B) | 318.67º | 0.85% | 0.42% | - |
| XYZ | 7.5 | 3.98 | 7.58 | - |
| YUV | 49.98 | 143.82 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 16 | 78 | 0 | 0.85 | 0.26 | 0.58 | 318.67 | 0.74 | 0.24 |
| Hex | 6A | 10 | 4E | 0 | 55 | 1A | 3A | 13F | 4A | 18 |
| Octal | 152 | 20 | 116 | 0 | 125 | 32 | 72 | 477 | 112 | 30 |
| Binary | 1101010 | 10000 | 1001110 | 0 | 1010101 | 11010 | 111010 | 100111111 | 1001010 | 11000 |
Color Harmonies of #6A104E
Complementary color
Monochromatic Colors of #6A104E
Black with #6A104E
Text Example
Text Example
White with #6A104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A104E; }
p { color: rgb(106,16,78); }
H1.HeaderClassName
{
color: #6A104E;
}
.AnyTagClassName
{
color: #6A104E;
}
</style>
background-color css
<style>
a { background-color: #6A104E; }
a { background-color: rgb(106,16,78); }
div.DivClassName
{
background-color: #6A104E;
}
.BgClassName
{
background-color: #6A104E;
}
</style>
border-color css
<style>
span { border-color: #6A104E; }
span { border-color: rgb(106,16,78); }
td.TdClassName
{
border-color: #6A104E;
}
.TagClassName
{
border-color: #6A104E;
}
</style>