Shades of Pompadour #6A144D
Tints of Pompadour #6A144D
RGB
CMYK
RGB Variations
Color information
#6A144D (or 0x6A144D) is known color: Pompadour. HEX triplet: 6A, 14 and 4D. RGB value is (106,20,77). Sum of RGB (Red+Green+Blue) = 106+20+77=203 (26% of max value = 765). Red value is 106 (41.80% from 255 or 52.22% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 106 - color contains mainly: red. Hex color #6A144D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A144D is #95EBB2. Grayscale: #343434. Windows color (decimal): -9825203 or 5051498. OLE color: 5051498.
HSL color Cylindrical-coordinate representation of color #6A144D: hue angle of 320.23º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A144D is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 20 | 77 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.58 |
| HSL | 320.23º | 0.68% | 0.25% | - |
| HSV(B) | 320.23º | 0.81% | 0.42% | - |
| XYZ | 7.53 | 4.1 | 7.42 | - |
| YUV | 52.21 | 141.99 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 20 | 77 | 0 | 0.81 | 0.27 | 0.58 | 320.23 | 0.68 | 0.25 |
| Hex | 6A | 14 | 4D | 0 | 51 | 1B | 3A | 140 | 44 | 19 |
| Octal | 152 | 24 | 115 | 0 | 121 | 33 | 72 | 500 | 104 | 31 |
| Binary | 1101010 | 10100 | 1001101 | 0 | 1010001 | 11011 | 111010 | 101000000 | 1000100 | 11001 |
Color Harmonies of #6A144D
Complementary color
Monochromatic Colors of #6A144D
Black with #6A144D
Text Example
Text Example
White with #6A144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A144D; }
p { color: rgb(106,20,77); }
H1.HeaderClassName
{
color: #6A144D;
}
.AnyTagClassName
{
color: #6A144D;
}
</style>
background-color css
<style>
a { background-color: #6A144D; }
a { background-color: rgb(106,20,77); }
div.DivClassName
{
background-color: #6A144D;
}
.BgClassName
{
background-color: #6A144D;
}
</style>
border-color css
<style>
span { border-color: #6A144D; }
span { border-color: rgb(106,20,77); }
td.TdClassName
{
border-color: #6A144D;
}
.TagClassName
{
border-color: #6A144D;
}
</style>