#7C194E

Color #7C194E Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #7C194E

Tints of Pompadour #7C194E

Color information

#7C194E (or 0x7C194E) is unknown color: approx Pompadour. HEX triplet: 7C, 19 and 4E. RGB value is (124,25,78). Sum of RGB (Red+Green+Blue) = 124+25+78=227 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.63% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 124 - color contains mainly: red. Hex color #7C194E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C194E is #83E6B1. Grayscale: #3C3C3C. Windows color (decimal): -8644274 or 5118332. OLE color: 5118332.

HSL color Cylindrical-coordinate representation of color #7C194E: hue angle of 327.88º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C194E is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB1242578-
CMYK00.800.370.51
HSL327.88º66.44%29.22%-
HSV(B)327.88º79.84%48.63%-
XYZ10.035.537.75-
YUV60.64137.8173.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 54.63%
GREEN value IS 25 (10.16% from 255) = 11.01%
BLUE value IS 78 (30.86% from 255) = 34.36%
R=54.63%
G=11.01%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124257800.800.370.51327.8866.4429.22
Hex7C194E0502533148421d
Octal174311160120456351010235
Binary111110011001100111001010000100101110011101001000100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C194E; }

 p { color: rgb(124,25,78); }

 H1.HeaderClassName
 {
   color: #7C194E;
 }
 .AnyTagClassName
 {
   color: #7C194E;
 }
</style>
background-color css

<style>
 a { background-color: #7C194E; }

 a { background-color: rgb(124,25,78); }

 div.DivClassName
 {
   background-color: #7C194E;
 }
 .BgClassName
 {
   background-color: #7C194E;
 }
</style>
border-color css

<style>
 span { border-color: #7C194E; }

 span { border-color: rgb(124,25,78); }

 td.TdClassName
 {
   border-color: #7C194E;
 }
 .TagClassName
 {
   border-color: #7C194E;
 }
</style>