#7E1F4A

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

Shades of Flirt #7E1F4A

Tints of Flirt #7E1F4A

Color information

#7E1F4A (or 0x7E1F4A) is unknown color: approx Flirt. HEX triplet: 7E, 1F and 4A. RGB value is (126,31,74). Sum of RGB (Red+Green+Blue) = 126+31+74=231 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.55% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E1F4A is #81E0B5. Grayscale: #404040. Windows color (decimal): -8511670 or 4857726. OLE color: 4857726.

HSL color Cylindrical-coordinate representation of color #7E1F4A: hue angle of 332.84º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E1F4A is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB1263174-
CMYK00.750.410.51
HSL332.84º60.51%30.78%-
HSV(B)332.84º75.4%49.41%-
XYZ10.335.917.07-
YUV64.31133.47172-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 54.55%
GREEN value IS 31 (12.5% from 255) = 13.42%
BLUE value IS 74 (29.30% from 255) = 32.03%
R=54.55%
G=13.42%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126317400.750.410.51332.8460.5130.78
Hex7E1F4A04B293314d3d1f
Octal17637112011351635157537
Binary11111101111110010100100101110100111001110100110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,31,74); }

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

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

 a { background-color: rgb(126,31,74); }

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

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

 span { border-color: rgb(126,31,74); }

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