#7F274E

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

Shades of Flirt #7F274E

Tints of Flirt #7F274E

Color information

#7F274E (or 0x7F274E) is unknown color: approx Flirt. HEX triplet: 7F, 27 and 4E. RGB value is (127,39,78). Sum of RGB (Red+Green+Blue) = 127+39+78=244 (32% of max value = 765). Red value is 127 (50% from 255 or 52.05% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 127 - color contains mainly: red. Hex color #7F274E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F274E is #80D8B1. Grayscale: #454545. Windows color (decimal): -8444082 or 5121919. OLE color: 5121919.

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

Color convert

RGB1273978-
CMYK00.690.390.50
HSL333.41º53.01%32.55%-
HSV(B)333.41º69.29%49.8%-
XYZ10.856.517.89-
YUV69.76132.65168.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 52.05%
GREEN value IS 39 (15.62% from 255) = 15.98%
BLUE value IS 78 (30.86% from 255) = 31.97%
R=52.05%
G=15.98%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127397800.690.390.50333.4153.0132.55
Hex7F274E045273214d3521
Octal17747116010547625156541
Binary1111111100111100111001000101100111110010101001101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F274E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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