#7F1B56

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

Shades of Flirt #7F1B56

Tints of Flirt #7F1B56

Color information

#7F1B56 (or 0x7F1B56) is unknown color: approx Flirt. HEX triplet: 7F, 1B and 56. RGB value is (127,27,86). Sum of RGB (Red+Green+Blue) = 127+27+86=240 (31% of max value = 765). Red value is 127 (50% from 255 or 52.92% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1B56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F1B56 is #80E4A9. Grayscale: #3F3F3F. Windows color (decimal): -8447146 or 5643135. OLE color: 5643135.

HSL color Cylindrical-coordinate representation of color #7F1B56: hue angle of 324.6º 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 #7F1B56 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB1272786-
CMYK00.790.320.50
HSL324.6º64.94%30.2%-
HSV(B)324.6º78.74%49.8%-
XYZ10.825.979.39-
YUV63.63140.63173.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 52.92%
GREEN value IS 27 (10.94% from 255) = 11.25%
BLUE value IS 86 (33.98% from 255) = 35.83%
R=52.92%
G=11.25%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127278600.790.320.50324.664.9430.2
Hex7F1B5604F2032145411e
Octal177331260117406250510136
Binary111111111011101011001001111100000110010101000101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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