#7B294E

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

Shades of Flirt #7B294E

Tints of Flirt #7B294E

Color information

#7B294E (or 0x7B294E) is unknown color: approx Flirt. HEX triplet: 7B, 29 and 4E. RGB value is (123,41,78). Sum of RGB (Red+Green+Blue) = 123+41+78=242 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.83% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 123 - color contains mainly: red. Hex color #7B294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B294E is #84D6B1. Grayscale: #454545. Windows color (decimal): -8705714 or 5122427. OLE color: 5122427.

HSL color Cylindrical-coordinate representation of color #7B294E: hue angle of 332.93º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B294E is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB1234178-
CMYK00.670.370.52
HSL332.93º50%32.16%-
HSV(B)332.93º66.67%48.24%-
XYZ10.346.357.89-
YUV69.74132.67165.99-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50.83%
GREEN value IS 41 (16.41% from 255) = 16.94%
BLUE value IS 78 (30.86% from 255) = 32.23%
R=50.83%
G=16.94%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123417800.670.370.52332.935032.16
Hex7B294E043253414d3220
Octal17351116010345645156240
Binary1111011101001100111001000011100101110100101001101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,41,78); }

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

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

 a { background-color: rgb(123,41,78); }

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

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

 span { border-color: rgb(123,41,78); }

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