#743158

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

Shades of Flirt #743158

Tints of Flirt #743158

Color information

#743158 (or 0x743158) is unknown color: approx Flirt. HEX triplet: 74, 31 and 58. RGB value is (116,49,88). Sum of RGB (Red+Green+Blue) = 116+49+88=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 116 - color contains mainly: red. Hex color #743158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743158 is #8BCEA7. Grayscale: #494949. Windows color (decimal): -9162408 or 5779828. OLE color: 5779828.

HSL color Cylindrical-coordinate representation of color #743158: hue angle of 325.07º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #743158 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB1164988-
CMYK00.580.240.55
HSL325.07º40.61%32.35%-
HSV(B)325.07º57.76%45.49%-
XYZ10.066.619.98-
YUV73.48136.2158.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.85%
GREEN value IS 49 (19.53% from 255) = 19.37%
BLUE value IS 88 (34.77% from 255) = 34.78%
R=45.85%
G=19.37%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116498800.580.240.55325.0740.6132.35
Hex74315803A18371452920
Octal1646113007230675055140
Binary11101001100011011000011101011000110111101000101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743158; }

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

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

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

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

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

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

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

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