Shades of Pompadour #6A1D4E
Tints of Pompadour #6A1D4E
RGB
CMYK
RGB Variations
Color information
#6A1D4E (or 0x6A1D4E) is known color: Pompadour. HEX triplet: 6A, 1D and 4E. RGB value is (106,29,78). Sum of RGB (Red+Green+Blue) = 106+29+78=213 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.77% from 213); Green value is 29 (11.72% from 255 or 13.62% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A1D4E is #95E2B1. Grayscale: #393939. Windows color (decimal): -9822898 or 5119338. OLE color: 5119338.
HSL color Cylindrical-coordinate representation of color #6A1D4E: hue angle of 321.82º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A1D4E is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 29 | 78 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.58 |
| HSL | 321.82º | 0.57% | 0.26% | - |
| HSV(B) | 321.82º | 0.73% | 0.42% | - |
| XYZ | 7.76 | 4.49 | 7.67 | - |
| YUV | 57.61 | 139.51 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 29 | 78 | 0 | 0.73 | 0.26 | 0.58 | 321.82 | 0.57 | 0.26 |
| Hex | 6A | 1D | 4E | 0 | 49 | 1A | 3A | 142 | 39 | 1A |
| Octal | 152 | 35 | 116 | 0 | 111 | 32 | 72 | 502 | 71 | 32 |
| Binary | 1101010 | 11101 | 1001110 | 0 | 1001001 | 11010 | 111010 | 101000010 | 111001 | 11010 |
Color Harmonies of #6A1D4E
Complementary color
Monochromatic Colors of #6A1D4E
Black with #6A1D4E
Text Example
Text Example
White with #6A1D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1D4E; }
p { color: rgb(106,29,78); }
H1.HeaderClassName
{
color: #6A1D4E;
}
.AnyTagClassName
{
color: #6A1D4E;
}
</style>
background-color css
<style>
a { background-color: #6A1D4E; }
a { background-color: rgb(106,29,78); }
div.DivClassName
{
background-color: #6A1D4E;
}
.BgClassName
{
background-color: #6A1D4E;
}
</style>
border-color css
<style>
span { border-color: #6A1D4E; }
span { border-color: rgb(106,29,78); }
td.TdClassName
{
border-color: #6A1D4E;
}
.TagClassName
{
border-color: #6A1D4E;
}
</style>