#7F174E

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

Shades of Pompadour #7F174E

Tints of Pompadour #7F174E

Color information

#7F174E (or 0x7F174E) is unknown color: approx Pompadour. HEX triplet: 7F, 17 and 4E. RGB value is (127,23,78). Sum of RGB (Red+Green+Blue) = 127+23+78=228 (30% of max value = 765). Red value is 127 (50% from 255 or 55.70% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 127 - color contains mainly: red. Hex color #7F174E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F174E is #80E8B1. Grayscale: #3C3C3C. Windows color (decimal): -8448178 or 5117823. OLE color: 5117823.

HSL color Cylindrical-coordinate representation of color #7F174E: hue angle of 328.27º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F174E is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB1272378-
CMYK00.820.390.50
HSL328.27º69.33%29.41%-
HSV(B)328.27º81.89%49.8%-
XYZ10.435.677.75-
YUV60.37137.96175.53-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 55.70%
GREEN value IS 23 (9.38% from 255) = 10.09%
BLUE value IS 78 (30.86% from 255) = 34.21%
R=55.70%
G=10.09%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127237800.820.390.50328.2769.3329.41
Hex7F174E0522732148451d
Octal177271160122476251010535
Binary111111110111100111001010010100111110010101001000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F174E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,23,78); }

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

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

 a { background-color: rgb(127,23,78); }

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

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

 span { border-color: rgb(127,23,78); }

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