Shades of Pompadour #6F1D4D
Tints of Pompadour #6F1D4D
RGB
CMYK
RGB Variations
Color information
#6F1D4D (or 0x6F1D4D) is known color: Pompadour. HEX triplet: 6F, 1D and 4D. RGB value is (111,29,77). Sum of RGB (Red+Green+Blue) = 111+29+77=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1D4D is #90E2B2. Grayscale: #3A3A3A. Windows color (decimal): -9495219 or 5053807. OLE color: 5053807.
HSL color Cylindrical-coordinate representation of color #6F1D4D: hue angle of 324.88º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F1D4D is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 29 | 77 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.56 |
| HSL | 324.88º | 0.59% | 0.27% | - |
| HSV(B) | 324.88º | 0.74% | 0.44% | - |
| XYZ | 8.33 | 4.79 | 7.51 | - |
| YUV | 58.99 | 138.17 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 29 | 77 | 0 | 0.74 | 0.31 | 0.56 | 324.88 | 0.59 | 0.27 |
| Hex | 6F | 1D | 4D | 0 | 4A | 1F | 38 | 145 | 3B | 1B |
| Octal | 157 | 35 | 115 | 0 | 112 | 37 | 70 | 505 | 73 | 33 |
| Binary | 1101111 | 11101 | 1001101 | 0 | 1001010 | 11111 | 111000 | 101000101 | 111011 | 11011 |
Color Harmonies of #6F1D4D
Complementary color
Monochromatic Colors of #6F1D4D
Black with #6F1D4D
Text Example
Text Example
White with #6F1D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1D4D; }
p { color: rgb(111,29,77); }
H1.HeaderClassName
{
color: #6F1D4D;
}
.AnyTagClassName
{
color: #6F1D4D;
}
</style>
background-color css
<style>
a { background-color: #6F1D4D; }
a { background-color: rgb(111,29,77); }
div.DivClassName
{
background-color: #6F1D4D;
}
.BgClassName
{
background-color: #6F1D4D;
}
</style>
border-color css
<style>
span { border-color: #6F1D4D; }
span { border-color: rgb(111,29,77); }
td.TdClassName
{
border-color: #6F1D4D;
}
.TagClassName
{
border-color: #6F1D4D;
}
</style>