#7F2159

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

Shades of Flirt #7F2159

Tints of Flirt #7F2159

Color information

#7F2159 (or 0x7F2159) is unknown color: approx Flirt. HEX triplet: 7F, 21 and 59. RGB value is (127,33,89). Sum of RGB (Red+Green+Blue) = 127+33+89=249 (32% of max value = 765). Red value is 127 (50% from 255 or 51.00% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2159 is #80DEA6. Grayscale: #434343. Windows color (decimal): -8445607 or 5841279. OLE color: 5841279.

HSL color Cylindrical-coordinate representation of color #7F2159: hue angle of 324.26º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7F2159 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB1273389-
CMYK00.740.300.50
HSL324.26º58.75%31.37%-
HSV(B)324.26º74.02%49.8%-
XYZ11.16.3210.09-
YUV67.49140.14170.45-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.00%
GREEN value IS 33 (13.28% from 255) = 13.25%
BLUE value IS 89 (35.16% from 255) = 35.74%
R=51.00%
G=13.25%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127338900.740.300.50324.2658.7531.37
Hex7F215904A1E321443b1f
Octal17741131011236625047337
Binary11111111000011011001010010101111011001010100010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,33,89); }

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

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

 a { background-color: rgb(127,33,89); }

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

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

 span { border-color: rgb(127,33,89); }

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