#7C1258

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

Shades of Pompadour #7C1258

Tints of Pompadour #7C1258

Color information

#7C1258 (or 0x7C1258) is unknown color: approx Pompadour. HEX triplet: 7C, 12 and 58. RGB value is (124,18,88). Sum of RGB (Red+Green+Blue) = 124+18+88=230 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.91% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1258 is #83EDA7. Grayscale: #393939. Windows color (decimal): -8646056 or 5771900. OLE color: 5771900.

HSL color Cylindrical-coordinate representation of color #7C1258: hue angle of 320.38º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C1258 is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB1241888-
CMYK00.850.290.51
HSL320.38º74.65%27.84%-
HSV(B)320.38º85.48%48.63%-
XYZ10.295.429.74-
YUV57.67145.12175.31-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 53.91%
GREEN value IS 18 (7.42% from 255) = 7.83%
BLUE value IS 88 (34.77% from 255) = 38.26%
R=53.91%
G=7.83%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124188800.850.290.51320.3874.6527.84
Hex7C12580551D331404b1c
Octal174221300125356350011334
Binary11111001001010110000101010111101110011101000000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,18,88); }

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

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

 a { background-color: rgb(124,18,88); }

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

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

 span { border-color: rgb(124,18,88); }

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