Shades of Pompadour #6F2755
Tints of Pompadour #6F2755
RGB
CMYK
RGB Variations
Color information
#6F2755 (or 0x6F2755) is known color: Pompadour. HEX triplet: 6F, 27 and 55. RGB value is (111,39,85). Sum of RGB (Red+Green+Blue) = 111+39+85=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2755 is #90D8AA. Grayscale: #414141. Windows color (decimal): -9492651 or 5580655. OLE color: 5580655.
HSL color Cylindrical-coordinate representation of color #6F2755: hue angle of 321.67º 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 #6F2755 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 39 | 85 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.56 |
| HSL | 321.67º | 0.48% | 0.29% | - |
| HSV(B) | 321.67º | 0.65% | 0.44% | - |
| XYZ | 8.92 | 5.49 | 9.18 | - |
| YUV | 65.77 | 138.85 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 39 | 85 | 0 | 0.65 | 0.23 | 0.56 | 321.67 | 0.48 | 0.29 |
| Hex | 6F | 27 | 55 | 0 | 41 | 17 | 38 | 142 | 30 | 1D |
| Octal | 157 | 47 | 125 | 0 | 101 | 27 | 70 | 502 | 60 | 35 |
| Binary | 1101111 | 100111 | 1010101 | 0 | 1000001 | 10111 | 111000 | 101000010 | 110000 | 11101 |
Color Harmonies of #6F2755
Complementary color
Monochromatic Colors of #6F2755
Black with #6F2755
Text Example
Text Example
White with #6F2755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2755; }
p { color: rgb(111,39,85); }
H1.HeaderClassName
{
color: #6F2755;
}
.AnyTagClassName
{
color: #6F2755;
}
</style>
background-color css
<style>
a { background-color: #6F2755; }
a { background-color: rgb(111,39,85); }
div.DivClassName
{
background-color: #6F2755;
}
.BgClassName
{
background-color: #6F2755;
}
</style>
border-color css
<style>
span { border-color: #6F2755; }
span { border-color: rgb(111,39,85); }
td.TdClassName
{
border-color: #6F2755;
}
.TagClassName
{
border-color: #6F2755;
}
</style>