Shades of Pompadour #6F1F4A
Tints of Pompadour #6F1F4A
RGB
CMYK
RGB Variations
Color information
#6F1F4A (or 0x6F1F4A) is known color: Pompadour. HEX triplet: 6F, 1F and 4A. RGB value is (111,31,74). Sum of RGB (Red+Green+Blue) = 111+31+74=216 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.39% from 216); Green value is 31 (12.5% from 255 or 14.35% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1F4A is #90E0B5. Grayscale: #3B3B3B. Windows color (decimal): -9494710 or 4857711. OLE color: 4857711.
HSL color Cylindrical-coordinate representation of color #6F1F4A: hue angle of 327.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F1F4A is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 31 | 74 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.56 |
| HSL | 327.75º | 0.56% | 0.28% | - |
| HSV(B) | 327.75º | 0.72% | 0.44% | - |
| XYZ | 8.28 | 4.85 | 6.98 | - |
| YUV | 59.82 | 136 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 31 | 74 | 0 | 0.72 | 0.33 | 0.56 | 327.75 | 0.56 | 0.28 |
| Hex | 6F | 1F | 4A | 0 | 48 | 21 | 38 | 148 | 38 | 1C |
| Octal | 157 | 37 | 112 | 0 | 110 | 41 | 70 | 510 | 70 | 34 |
| Binary | 1101111 | 11111 | 1001010 | 0 | 1001000 | 100001 | 111000 | 101001000 | 111000 | 11100 |
Color Harmonies of #6F1F4A
Complementary color
Monochromatic Colors of #6F1F4A
Black with #6F1F4A
Text Example
Text Example
White with #6F1F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1F4A; }
p { color: rgb(111,31,74); }
H1.HeaderClassName
{
color: #6F1F4A;
}
.AnyTagClassName
{
color: #6F1F4A;
}
</style>
background-color css
<style>
a { background-color: #6F1F4A; }
a { background-color: rgb(111,31,74); }
div.DivClassName
{
background-color: #6F1F4A;
}
.BgClassName
{
background-color: #6F1F4A;
}
</style>
border-color css
<style>
span { border-color: #6F1F4A; }
span { border-color: rgb(111,31,74); }
td.TdClassName
{
border-color: #6F1F4A;
}
.TagClassName
{
border-color: #6F1F4A;
}
</style>