#7B3261

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

Shades of Flirt #7B3261

Tints of Flirt #7B3261

Color information

#7B3261 (or 0x7B3261) is unknown color: approx Flirt. HEX triplet: 7B, 32 and 61. RGB value is (123,50,97). Sum of RGB (Red+Green+Blue) = 123+50+97=270 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.56% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3261 is #84CD9E. Grayscale: #4D4D4D. Windows color (decimal): -8703391 or 6369915. OLE color: 6369915.

HSL color Cylindrical-coordinate representation of color #7B3261: hue angle of 321.37º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B3261 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.52.

Color convert

RGB1235097-
CMYK00.590.210.52
HSL321.37º42.2%33.92%-
HSV(B)321.37º59.35%48.24%-
XYZ11.477.3612.12-
YUV77.18139.18160.68-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.56%
GREEN value IS 50 (19.92% from 255) = 18.52%
BLUE value IS 97 (38.28% from 255) = 35.93%
R=45.56%
G=18.52%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123509700.590.210.52321.3742.233.92
Hex7B326103B15341412a22
Octal1736214107325645015242
Binary11110111100101100001011101110101110100101000001101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,50,97); }

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

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

 a { background-color: rgb(123,50,97); }

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

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

 span { border-color: rgb(123,50,97); }

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