#7A2F5E

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

Shades of Flirt #7A2F5E

Tints of Flirt #7A2F5E

Color information

#7A2F5E (or 0x7A2F5E) is unknown color: approx Flirt. HEX triplet: 7A, 2F and 5E. RGB value is (122,47,94). Sum of RGB (Red+Green+Blue) = 122+47+94=263 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.39% from 263); Green value is 47 (18.75% from 255 or 17.87% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2F5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2F5E is #85D0A1. Grayscale: #4A4A4A. Windows color (decimal): -8769698 or 6172538. OLE color: 6172538.

HSL color Cylindrical-coordinate representation of color #7A2F5E: hue angle of 322.4º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A2F5E is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB1224794-
CMYK00.610.230.52
HSL322.4º44.38%33.14%-
HSV(B)322.4º61.48%47.84%-
XYZ11.066.9811.35-
YUV74.78138.85161.68-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.39%
GREEN value IS 47 (18.75% from 255) = 17.87%
BLUE value IS 94 (37.11% from 255) = 35.74%
R=46.39%
G=17.87%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122479400.610.230.52322.444.3833.14
Hex7A2F5E03D17341422c21
Octal1725713607527645025441
Binary11110101011111011110011110110111110100101000010101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,47,94); }

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

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

 a { background-color: rgb(122,47,94); }

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

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

 span { border-color: rgb(122,47,94); }

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