#7F0E52

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

Shades of Pompadour #7F0E52

Tints of Pompadour #7F0E52

Color information

#7F0E52 (or 0x7F0E52) is unknown color: approx Pompadour. HEX triplet: 7F, 0E and 52. RGB value is (127,14,82). Sum of RGB (Red+Green+Blue) = 127+14+82=223 (29% of max value = 765). Red value is 127 (50% from 255 or 56.95% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0E52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0E52 is #80F1AD. Grayscale: #373737. Windows color (decimal): -8450478 or 5377663. OLE color: 5377663.

HSL color Cylindrical-coordinate representation of color #7F0E52: hue angle of 323.89º 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 #7F0E52 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB1271482-
CMYK00.890.350.50
HSL323.89º80.14%27.65%-
HSV(B)323.89º88.98%49.8%-
XYZ10.435.448.48-
YUV55.54142.94178.97-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 56.95%
GREEN value IS 14 (5.86% from 255) = 6.28%
BLUE value IS 82 (32.42% from 255) = 36.77%
R=56.95%
G=6.28%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127148200.890.350.50323.8980.1427.65
Hex7FE520592332144501c
Octal177161220131436250412034
Binary11111111110101001001011001100011110010101000100101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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