Shades of Pompadour #6F2753
Tints of Pompadour #6F2753
RGB
CMYK
RGB Variations
Color information
#6F2753 (or 0x6F2753) is known color: Pompadour. HEX triplet: 6F, 27 and 53. RGB value is (111,39,83). Sum of RGB (Red+Green+Blue) = 111+39+83=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2753 is #90D8AC. Grayscale: #414141. Windows color (decimal): -9492653 or 5449583. OLE color: 5449583.
HSL color Cylindrical-coordinate representation of color #6F2753: hue angle of 323.33º 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 #6F2753 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 39 | 83 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.56 |
| HSL | 323.33º | 0.48% | 0.29% | - |
| HSV(B) | 323.33º | 0.65% | 0.44% | - |
| XYZ | 8.84 | 5.46 | 8.77 | - |
| YUV | 65.54 | 137.85 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 39 | 83 | 0 | 0.65 | 0.25 | 0.56 | 323.33 | 0.48 | 0.29 |
| Hex | 6F | 27 | 53 | 0 | 41 | 19 | 38 | 143 | 30 | 1D |
| Octal | 157 | 47 | 123 | 0 | 101 | 31 | 70 | 503 | 60 | 35 |
| Binary | 1101111 | 100111 | 1010011 | 0 | 1000001 | 11001 | 111000 | 101000011 | 110000 | 11101 |
Color Harmonies of #6F2753
Complementary color
Monochromatic Colors of #6F2753
Black with #6F2753
Text Example
Text Example
White with #6F2753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2753; }
p { color: rgb(111,39,83); }
H1.HeaderClassName
{
color: #6F2753;
}
.AnyTagClassName
{
color: #6F2753;
}
</style>
background-color css
<style>
a { background-color: #6F2753; }
a { background-color: rgb(111,39,83); }
div.DivClassName
{
background-color: #6F2753;
}
.BgClassName
{
background-color: #6F2753;
}
</style>
border-color css
<style>
span { border-color: #6F2753; }
span { border-color: rgb(111,39,83); }
td.TdClassName
{
border-color: #6F2753;
}
.TagClassName
{
border-color: #6F2753;
}
</style>