#7C0F4E

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

Shades of Pompadour #7C0F4E

Tints of Pompadour #7C0F4E

Color information

#7C0F4E (or 0x7C0F4E) is unknown color: approx Pompadour. HEX triplet: 7C, 0F and 4E. RGB value is (124,15,78). Sum of RGB (Red+Green+Blue) = 124+15+78=217 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.14% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0F4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0F4E is #83F0B1. Grayscale: #363636. Windows color (decimal): -8646834 or 5115772. OLE color: 5115772.

HSL color Cylindrical-coordinate representation of color #7C0F4E: hue angle of 325.32º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C0F4E is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB1241578-
CMYK00.880.370.51
HSL325.32º78.42%27.25%-
HSV(B)325.32º87.9%48.63%-
XYZ9.865.187.69-
YUV54.77141.11177.38-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 57.14%
GREEN value IS 15 (6.25% from 255) = 6.91%
BLUE value IS 78 (30.86% from 255) = 35.94%
R=57.14%
G=6.91%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124157800.880.370.51325.3278.4227.25
Hex7CF4E05825331454e1b
Octal174171160130456350511633
Binary11111001111100111001011000100101110011101000101100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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