#7F1B58

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

Shades of Flirt #7F1B58

Tints of Flirt #7F1B58

Color information

#7F1B58 (or 0x7F1B58) is unknown color: approx Flirt. HEX triplet: 7F, 1B and 58. RGB value is (127,27,88). Sum of RGB (Red+Green+Blue) = 127+27+88=242 (32% of max value = 765). Red value is 127 (50% from 255 or 52.48% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F1B58 is #80E4A7. Grayscale: #3F3F3F. Windows color (decimal): -8447144 or 5774207. OLE color: 5774207.

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

Color convert

RGB1272788-
CMYK00.790.310.50
HSL323.4º64.94%30.2%-
HSV(B)323.4º78.74%49.8%-
XYZ10.9169.82-
YUV63.85141.63173.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 52.48%
GREEN value IS 27 (10.94% from 255) = 11.16%
BLUE value IS 88 (34.77% from 255) = 36.36%
R=52.48%
G=11.16%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127278800.790.310.50323.464.9430.2
Hex7F1B5804F1F32143411e
Octal177331300117376250310136
Binary11111111101110110000100111111111110010101000011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,27,88); }

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

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

 a { background-color: rgb(127,27,88); }

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

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

 span { border-color: rgb(127,27,88); }

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