#7F3658

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

Shades of Flirt #7F3658

Tints of Flirt #7F3658

Color information

#7F3658 (or 0x7F3658) is unknown color: approx Flirt. HEX triplet: 7F, 36 and 58. RGB value is (127,54,88). Sum of RGB (Red+Green+Blue) = 127+54+88=269 (35% of max value = 765). Red value is 127 (50% from 255 or 47.21% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3658 is #80C9A7. Grayscale: #4F4F4F. Windows color (decimal): -8440232 or 5781119. OLE color: 5781119.

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

Color convert

RGB1275488-
CMYK00.570.310.50
HSL332.05º40.33%35.49%-
HSV(B)332.05º57.48%49.8%-
XYZ11.837.8510.13-
YUV79.7132.68161.74-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.21%
GREEN value IS 54 (21.48% from 255) = 20.07%
BLUE value IS 88 (34.77% from 255) = 32.71%
R=47.21%
G=20.07%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127548800.570.310.50332.0540.3335.49
Hex7F36580391F3214c2823
Octal1776613007137625145043
Binary11111111101101011000011100111111110010101001100101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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