#7B2E5A

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

Shades of Flirt #7B2E5A

Tints of Flirt #7B2E5A

Color information

#7B2E5A (or 0x7B2E5A) is unknown color: approx Flirt. HEX triplet: 7B, 2E and 5A. RGB value is (123,46,90). Sum of RGB (Red+Green+Blue) = 123+46+90=259 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.49% from 259); Green value is 46 (18.36% from 255 or 17.76% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2E5A is #84D1A5. Grayscale: #494949. Windows color (decimal): -8704422 or 5910139. OLE color: 5910139.

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

Color convert

RGB1234690-
CMYK00.630.270.52
HSL325.71º45.56%33.14%-
HSV(B)325.71º62.6%48.24%-
XYZ10.996.910.43-
YUV74.04137.01162.92-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 47.49%
GREEN value IS 46 (18.36% from 255) = 17.76%
BLUE value IS 90 (35.55% from 255) = 34.75%
R=47.49%
G=17.76%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123469000.630.270.52325.7145.5633.14
Hex7B2E5A03F1B341462e21
Octal1735613207733645065641
Binary11110111011101011010011111111011110100101000110101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,46,90); }

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

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

 a { background-color: rgb(123,46,90); }

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

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

 span { border-color: rgb(123,46,90); }

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