#7F0E50

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

Shades of Pompadour #7F0E50

Tints of Pompadour #7F0E50

Color information

#7F0E50 (or 0x7F0E50) is unknown color: approx Pompadour. HEX triplet: 7F, 0E and 50. RGB value is (127,14,80). Sum of RGB (Red+Green+Blue) = 127+14+80=221 (29% of max value = 765). Red value is 127 (50% from 255 or 57.47% from 221); Green value is 14 (5.86% from 255 or 6.33% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0E50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0E50 is #80F1AF. Grayscale: #373737. Windows color (decimal): -8450480 or 5246591. OLE color: 5246591.

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

Color convert

RGB1271480-
CMYK00.890.370.50
HSL324.96º80.14%27.65%-
HSV(B)324.96º88.98%49.8%-
XYZ10.365.418.09-
YUV55.31141.94179.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 57.47%
GREEN value IS 14 (5.86% from 255) = 6.33%
BLUE value IS 80 (31.64% from 255) = 36.20%
R=57.47%
G=6.33%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127148000.890.370.50324.9680.1427.65
Hex7FE500592532145501c
Octal177161200131456250512034
Binary11111111110101000001011001100101110010101000101101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,14,80); }

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

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

 a { background-color: rgb(127,14,80); }

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

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

 span { border-color: rgb(127,14,80); }

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