Shades of Pompadour #662A4D
Tints of Pompadour #662A4D
RGB
CMYK
RGB Variations
Color information
#662A4D (or 0x662A4D) is known color: Pompadour. HEX triplet: 66, 2A and 4D. RGB value is (102,42,77). Sum of RGB (Red+Green+Blue) = 102+42+77=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #662A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662A4D is #99D5B2. Grayscale: #3F3F3F. Windows color (decimal): -10081715 or 5057126. OLE color: 5057126.
HSL color Cylindrical-coordinate representation of color #662A4D: hue angle of 325º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #662A4D is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 42 | 77 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.6 |
| HSL | 325º | 0.42% | 0.28% | - |
| HSV(B) | 325º | 0.59% | 0.4% | - |
| XYZ | 7.65 | 5.02 | 7.59 | - |
| YUV | 63.93 | 135.38 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 42 | 77 | 0 | 0.59 | 0.25 | 0.6 | 325 | 0.42 | 0.28 |
| Hex | 66 | 2A | 4D | 0 | 3B | 19 | 3C | 145 | 2A | 1C |
| Octal | 146 | 52 | 115 | 0 | 73 | 31 | 74 | 505 | 52 | 34 |
| Binary | 1100110 | 101010 | 1001101 | 0 | 111011 | 11001 | 111100 | 101000101 | 101010 | 11100 |
Color Harmonies of #662A4D
Complementary color
Monochromatic Colors of #662A4D
Black with #662A4D
Text Example
Text Example
White with #662A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662A4D; }
p { color: rgb(102,42,77); }
H1.HeaderClassName
{
color: #662A4D;
}
.AnyTagClassName
{
color: #662A4D;
}
</style>
background-color css
<style>
a { background-color: #662A4D; }
a { background-color: rgb(102,42,77); }
div.DivClassName
{
background-color: #662A4D;
}
.BgClassName
{
background-color: #662A4D;
}
</style>
border-color css
<style>
span { border-color: #662A4D; }
span { border-color: rgb(102,42,77); }
td.TdClassName
{
border-color: #662A4D;
}
.TagClassName
{
border-color: #662A4D;
}
</style>