Shades of Pompadour #6C1A4A
Tints of Pompadour #6C1A4A
RGB
CMYK
RGB Variations
Color information
#6C1A4A (or 0x6C1A4A) is known color: Pompadour. HEX triplet: 6C, 1A and 4A. RGB value is (108,26,74). Sum of RGB (Red+Green+Blue) = 108+26+74=208 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.92% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1A4A is #93E5B5. Grayscale: #373737. Windows color (decimal): -9692598 or 4856428. OLE color: 4856428.
HSL color Cylindrical-coordinate representation of color #6C1A4A: hue angle of 324.88º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C1A4A is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 26 | 74 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.58 |
| HSL | 324.88º | 0.61% | 0.26% | - |
| HSV(B) | 324.88º | 0.76% | 0.42% | - |
| XYZ | 7.79 | 4.42 | 6.92 | - |
| YUV | 55.99 | 138.17 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 26 | 74 | 0 | 0.76 | 0.31 | 0.58 | 324.88 | 0.61 | 0.26 |
| Hex | 6C | 1A | 4A | 0 | 4C | 1F | 3A | 145 | 3D | 1A |
| Octal | 154 | 32 | 112 | 0 | 114 | 37 | 72 | 505 | 75 | 32 |
| Binary | 1101100 | 11010 | 1001010 | 0 | 1001100 | 11111 | 111010 | 101000101 | 111101 | 11010 |
Color Harmonies of #6C1A4A
Complementary color
Monochromatic Colors of #6C1A4A
Black with #6C1A4A
Text Example
Text Example
White with #6C1A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1A4A; }
p { color: rgb(108,26,74); }
H1.HeaderClassName
{
color: #6C1A4A;
}
.AnyTagClassName
{
color: #6C1A4A;
}
</style>
background-color css
<style>
a { background-color: #6C1A4A; }
a { background-color: rgb(108,26,74); }
div.DivClassName
{
background-color: #6C1A4A;
}
.BgClassName
{
background-color: #6C1A4A;
}
</style>
border-color css
<style>
span { border-color: #6C1A4A; }
span { border-color: rgb(108,26,74); }
td.TdClassName
{
border-color: #6C1A4A;
}
.TagClassName
{
border-color: #6C1A4A;
}
</style>