Shades of Pompadour #6A134E
Tints of Pompadour #6A134E
RGB
CMYK
RGB Variations
Color information
#6A134E (or 0x6A134E) is known color: Pompadour. HEX triplet: 6A, 13 and 4E. RGB value is (106,19,78). Sum of RGB (Red+Green+Blue) = 106+19+78=203 (26% of max value = 765). Red value is 106 (41.80% from 255 or 52.22% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 106 - color contains mainly: red. Hex color #6A134E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A134E is #95ECB1. Grayscale: #333333. Windows color (decimal): -9825458 or 5116778. OLE color: 5116778.
HSL color Cylindrical-coordinate representation of color #6A134E: hue angle of 319.31º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A134E is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 19 | 78 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.58 |
| HSL | 319.31º | 0.7% | 0.25% | - |
| HSV(B) | 319.31º | 0.82% | 0.42% | - |
| XYZ | 7.55 | 4.08 | 7.6 | - |
| YUV | 51.74 | 142.82 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 19 | 78 | 0 | 0.82 | 0.26 | 0.58 | 319.31 | 0.7 | 0.25 |
| Hex | 6A | 13 | 4E | 0 | 52 | 1A | 3A | 13F | 46 | 19 |
| Octal | 152 | 23 | 116 | 0 | 122 | 32 | 72 | 477 | 106 | 31 |
| Binary | 1101010 | 10011 | 1001110 | 0 | 1010010 | 11010 | 111010 | 100111111 | 1000110 | 11001 |
Color Harmonies of #6A134E
Complementary color
Monochromatic Colors of #6A134E
Black with #6A134E
Text Example
Text Example
White with #6A134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A134E; }
p { color: rgb(106,19,78); }
H1.HeaderClassName
{
color: #6A134E;
}
.AnyTagClassName
{
color: #6A134E;
}
</style>
background-color css
<style>
a { background-color: #6A134E; }
a { background-color: rgb(106,19,78); }
div.DivClassName
{
background-color: #6A134E;
}
.BgClassName
{
background-color: #6A134E;
}
</style>
border-color css
<style>
span { border-color: #6A134E; }
span { border-color: rgb(106,19,78); }
td.TdClassName
{
border-color: #6A134E;
}
.TagClassName
{
border-color: #6A134E;
}
</style>