Shades of Pompadour #6A104A
Tints of Pompadour #6A104A
RGB
CMYK
RGB Variations
Color information
#6A104A (or 0x6A104A) is known color: Pompadour. HEX triplet: 6A, 10 and 4A. RGB value is (106,16,74). Sum of RGB (Red+Green+Blue) = 106+16+74=196 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.08% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 106 - color contains mainly: red. Hex color #6A104A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A104A is #95EFB5. Grayscale: #313131. Windows color (decimal): -9826230 or 4853866. OLE color: 4853866.
HSL color Cylindrical-coordinate representation of color #6A104A: hue angle of 321.33º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A104A is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 16 | 74 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.58 |
| HSL | 321.33º | 0.74% | 0.24% | - |
| HSV(B) | 321.33º | 0.85% | 0.42% | - |
| XYZ | 7.37 | 3.93 | 6.85 | - |
| YUV | 49.52 | 141.82 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 16 | 74 | 0 | 0.85 | 0.30 | 0.58 | 321.33 | 0.74 | 0.24 |
| Hex | 6A | 10 | 4A | 0 | 55 | 1E | 3A | 141 | 4A | 18 |
| Octal | 152 | 20 | 112 | 0 | 125 | 36 | 72 | 501 | 112 | 30 |
| Binary | 1101010 | 10000 | 1001010 | 0 | 1010101 | 11110 | 111010 | 101000001 | 1001010 | 11000 |
Color Harmonies of #6A104A
Complementary color
Monochromatic Colors of #6A104A
Black with #6A104A
Text Example
Text Example
White with #6A104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A104A; }
p { color: rgb(106,16,74); }
H1.HeaderClassName
{
color: #6A104A;
}
.AnyTagClassName
{
color: #6A104A;
}
</style>
background-color css
<style>
a { background-color: #6A104A; }
a { background-color: rgb(106,16,74); }
div.DivClassName
{
background-color: #6A104A;
}
.BgClassName
{
background-color: #6A104A;
}
</style>
border-color css
<style>
span { border-color: #6A104A; }
span { border-color: rgb(106,16,74); }
td.TdClassName
{
border-color: #6A104A;
}
.TagClassName
{
border-color: #6A104A;
}
</style>