Shades of Pompadour #6F274C
Tints of Pompadour #6F274C
RGB
CMYK
RGB Variations
Color information
#6F274C (or 0x6F274C) is known color: Pompadour. HEX triplet: 6F, 27 and 4C. RGB value is (111,39,76). Sum of RGB (Red+Green+Blue) = 111+39+76=226 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.12% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 111 - color contains mainly: red. Hex color #6F274C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F274C is #90D8B3. Grayscale: #404040. Windows color (decimal): -9492660 or 4990831. OLE color: 4990831.
HSL color Cylindrical-coordinate representation of color #6F274C: hue angle of 329.17º 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 #6F274C is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 39 | 76 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.56 |
| HSL | 329.17º | 0.48% | 0.29% | - |
| HSV(B) | 329.17º | 0.65% | 0.44% | - |
| XYZ | 8.59 | 5.35 | 7.42 | - |
| YUV | 64.75 | 134.35 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 39 | 76 | 0 | 0.65 | 0.32 | 0.56 | 329.17 | 0.48 | 0.29 |
| Hex | 6F | 27 | 4C | 0 | 41 | 20 | 38 | 149 | 30 | 1D |
| Octal | 157 | 47 | 114 | 0 | 101 | 40 | 70 | 511 | 60 | 35 |
| Binary | 1101111 | 100111 | 1001100 | 0 | 1000001 | 100000 | 111000 | 101001001 | 110000 | 11101 |
Color Harmonies of #6F274C
Complementary color
Monochromatic Colors of #6F274C
Black with #6F274C
Text Example
Text Example
White with #6F274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F274C; }
p { color: rgb(111,39,76); }
H1.HeaderClassName
{
color: #6F274C;
}
.AnyTagClassName
{
color: #6F274C;
}
</style>
background-color css
<style>
a { background-color: #6F274C; }
a { background-color: rgb(111,39,76); }
div.DivClassName
{
background-color: #6F274C;
}
.BgClassName
{
background-color: #6F274C;
}
</style>
border-color css
<style>
span { border-color: #6F274C; }
span { border-color: rgb(111,39,76); }
td.TdClassName
{
border-color: #6F274C;
}
.TagClassName
{
border-color: #6F274C;
}
</style>