#753158

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

Shades of Flirt #753158

Tints of Flirt #753158

Color information

#753158 (or 0x753158) is unknown color: approx Flirt. HEX triplet: 75, 31 and 58. RGB value is (117,49,88). Sum of RGB (Red+Green+Blue) = 117+49+88=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #753158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753158 is #8ACEA7. Grayscale: #494949. Windows color (decimal): -9096872 or 5779829. OLE color: 5779829.

HSL color Cylindrical-coordinate representation of color #753158: hue angle of 325.59º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #753158 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB1174988-
CMYK00.580.250.54
HSL325.59º40.96%32.55%-
HSV(B)325.59º58.12%45.88%-
XYZ10.26.689.99-
YUV73.78136.03158.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.06%
GREEN value IS 49 (19.53% from 255) = 19.29%
BLUE value IS 88 (34.77% from 255) = 34.65%
R=46.06%
G=19.29%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117498800.580.250.54325.5940.9632.55
Hex75315803A19361462921
Octal1656113007231665065141
Binary11101011100011011000011101011001110110101000110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753158; }

 p { color: rgb(117,49,88); }

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

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

 a { background-color: rgb(117,49,88); }

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

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

 span { border-color: rgb(117,49,88); }

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