Shades of Pompadour #6F2754
Tints of Pompadour #6F2754
RGB
CMYK
RGB Variations
Color information
#6F2754 (or 0x6F2754) is known color: Pompadour. HEX triplet: 6F, 27 and 54. RGB value is (111,39,84). Sum of RGB (Red+Green+Blue) = 111+39+84=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2754 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2754 is #90D8AB. Grayscale: #414141. Windows color (decimal): -9492652 or 5515119. OLE color: 5515119.
HSL color Cylindrical-coordinate representation of color #6F2754: hue angle of 322.5º 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 #6F2754 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 39 | 84 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.56 |
| HSL | 322.5º | 0.48% | 0.29% | - |
| HSV(B) | 322.5º | 0.65% | 0.44% | - |
| XYZ | 8.88 | 5.47 | 8.98 | - |
| YUV | 65.66 | 138.35 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 39 | 84 | 0 | 0.65 | 0.24 | 0.56 | 322.5 | 0.48 | 0.29 |
| Hex | 6F | 27 | 54 | 0 | 41 | 18 | 38 | 142 | 30 | 1D |
| Octal | 157 | 47 | 124 | 0 | 101 | 30 | 70 | 502 | 60 | 35 |
| Binary | 1101111 | 100111 | 1010100 | 0 | 1000001 | 11000 | 111000 | 101000010 | 110000 | 11101 |
Color Harmonies of #6F2754
Complementary color
Monochromatic Colors of #6F2754
Black with #6F2754
Text Example
Text Example
White with #6F2754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2754; }
p { color: rgb(111,39,84); }
H1.HeaderClassName
{
color: #6F2754;
}
.AnyTagClassName
{
color: #6F2754;
}
</style>
background-color css
<style>
a { background-color: #6F2754; }
a { background-color: rgb(111,39,84); }
div.DivClassName
{
background-color: #6F2754;
}
.BgClassName
{
background-color: #6F2754;
}
</style>
border-color css
<style>
span { border-color: #6F2754; }
span { border-color: rgb(111,39,84); }
td.TdClassName
{
border-color: #6F2754;
}
.TagClassName
{
border-color: #6F2754;
}
</style>