#7E304F

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

Shades of Flirt #7E304F

Tints of Flirt #7E304F

Color information

#7E304F (or 0x7E304F) is unknown color: approx Flirt. HEX triplet: 7E, 30 and 4F. RGB value is (126,48,79). Sum of RGB (Red+Green+Blue) = 126+48+79=253 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.80% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 126 - color contains mainly: red. Hex color #7E304F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E304F is #81CFB0. Grayscale: #4A4A4A. Windows color (decimal): -8507313 or 5189758. OLE color: 5189758.

HSL color Cylindrical-coordinate representation of color #7E304F: hue angle of 336.15º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7E304F is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB1264879-
CMYK00.620.370.51
HSL336.15º44.83%34.12%-
HSV(B)336.15º61.9%49.41%-
XYZ11.077.118.19-
YUV74.86130.34164.48-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 49.80%
GREEN value IS 48 (19.14% from 255) = 18.97%
BLUE value IS 79 (31.25% from 255) = 31.23%
R=49.80%
G=18.97%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126487900.620.370.51336.1544.8334.12
Hex7E304F03E25331502d22
Octal1766011707645635205542
Binary111111011000010011110111110100101110011101010000101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E304F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,48,79); }

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

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

 a { background-color: rgb(126,48,79); }

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

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

 span { border-color: rgb(126,48,79); }

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