Shades of Pompadour #6F2751
Tints of Pompadour #6F2751
RGB
CMYK
RGB Variations
Color information
#6F2751 (or 0x6F2751) is known color: Pompadour. HEX triplet: 6F, 27 and 51. RGB value is (111,39,81). Sum of RGB (Red+Green+Blue) = 111+39+81=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2751 is #90D8AE. Grayscale: #414141. Windows color (decimal): -9492655 or 5318511. OLE color: 5318511.
HSL color Cylindrical-coordinate representation of color #6F2751: hue angle of 325º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F2751 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 39 | 81 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.56 |
| HSL | 325º | 0.48% | 0.29% | - |
| HSV(B) | 325º | 0.65% | 0.44% | - |
| XYZ | 8.77 | 5.42 | 8.37 | - |
| YUV | 65.32 | 136.85 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 39 | 81 | 0 | 0.65 | 0.27 | 0.56 | 325 | 0.48 | 0.29 |
| Hex | 6F | 27 | 51 | 0 | 41 | 1B | 38 | 145 | 30 | 1D |
| Octal | 157 | 47 | 121 | 0 | 101 | 33 | 70 | 505 | 60 | 35 |
| Binary | 1101111 | 100111 | 1010001 | 0 | 1000001 | 11011 | 111000 | 101000101 | 110000 | 11101 |
Color Harmonies of #6F2751
Complementary color
Monochromatic Colors of #6F2751
Black with #6F2751
Text Example
Text Example
White with #6F2751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2751; }
p { color: rgb(111,39,81); }
H1.HeaderClassName
{
color: #6F2751;
}
.AnyTagClassName
{
color: #6F2751;
}
</style>
background-color css
<style>
a { background-color: #6F2751; }
a { background-color: rgb(111,39,81); }
div.DivClassName
{
background-color: #6F2751;
}
.BgClassName
{
background-color: #6F2751;
}
</style>
border-color css
<style>
span { border-color: #6F2751; }
span { border-color: rgb(111,39,81); }
td.TdClassName
{
border-color: #6F2751;
}
.TagClassName
{
border-color: #6F2751;
}
</style>