#75294E

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

Shades of Flirt #75294E

Tints of Flirt #75294E

Color information

#75294E (or 0x75294E) is unknown color: approx Flirt. HEX triplet: 75, 29 and 4E. RGB value is (117,41,78). Sum of RGB (Red+Green+Blue) = 117+41+78=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #75294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75294E is #8AD6B1. Grayscale: #434343. Windows color (decimal): -9098930 or 5122421. OLE color: 5122421.

HSL color Cylindrical-coordinate representation of color #75294E: hue angle of 330.79º 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 #75294E is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB1174178-
CMYK00.650.330.54
HSL330.79º48.1%30.98%-
HSV(B)330.79º64.96%45.88%-
XYZ9.55.927.85-
YUV67.94133.68162.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.58%
GREEN value IS 41 (16.41% from 255) = 17.37%
BLUE value IS 78 (30.86% from 255) = 33.05%
R=49.58%
G=17.37%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117417800.650.330.54330.7948.130.98
Hex75294E041213614b301f
Octal16551116010141665136037
Binary111010110100110011100100000110000111011010100101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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