#7F1154

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

Shades of Pompadour #7F1154

Tints of Pompadour #7F1154

Color information

#7F1154 (or 0x7F1154) is unknown color: approx Pompadour. HEX triplet: 7F, 11 and 54. RGB value is (127,17,84). Sum of RGB (Red+Green+Blue) = 127+17+84=228 (30% of max value = 765). Red value is 127 (50% from 255 or 55.70% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1154 is #80EEAB. Grayscale: #393939. Windows color (decimal): -8449708 or 5509503. OLE color: 5509503.

HSL color Cylindrical-coordinate representation of color #7F1154: hue angle of 323.45º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F1154 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB1271784-
CMYK00.870.340.50
HSL323.45º76.39%28.24%-
HSV(B)323.45º86.61%49.8%-
XYZ10.555.558.9-
YUV57.53142.94177.55-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 55.70%
GREEN value IS 17 (7.03% from 255) = 7.46%
BLUE value IS 84 (33.20% from 255) = 36.84%
R=55.70%
G=7.46%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127178400.870.340.50323.4576.3928.24
Hex7F115405722321434c1c
Octal177211240127426250311434
Binary111111110001101010001010111100010110010101000011100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,17,84); }

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

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

 a { background-color: rgb(127,17,84); }

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

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

 span { border-color: rgb(127,17,84); }

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