#76294E

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

Shades of Flirt #76294E

Tints of Flirt #76294E

Color information

#76294E (or 0x76294E) is unknown color: approx Flirt. HEX triplet: 76, 29 and 4E. RGB value is (118,41,78). Sum of RGB (Red+Green+Blue) = 118+41+78=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #76294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76294E is #89D6B1. Grayscale: #444444. Windows color (decimal): -9033394 or 5122422. OLE color: 5122422.

HSL color Cylindrical-coordinate representation of color #76294E: hue angle of 331.17º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76294E is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB1184178-
CMYK00.650.340.54
HSL331.17º48.43%31.18%-
HSV(B)331.17º65.25%46.27%-
XYZ9.645.997.86-
YUV68.24133.51163.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.79%
GREEN value IS 41 (16.41% from 255) = 17.30%
BLUE value IS 78 (30.86% from 255) = 32.91%
R=49.79%
G=17.30%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118417800.650.340.54331.1748.4331.18
Hex76294E041223614b301f
Octal16651116010142665136037
Binary111011010100110011100100000110001011011010100101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76294E; }

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

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

<style>
 a { background-color: #76294E; }

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

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

<style>
 span { border-color: #76294E; }

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

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