#703057

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

Shades of Flirt #703057

Tints of Flirt #703057

Color information

#703057 (or 0x703057) is unknown color: approx Flirt. HEX triplet: 70, 30 and 57. RGB value is (112,48,87). Sum of RGB (Red+Green+Blue) = 112+48+87=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 87 (34.38% from 255 or 35.22% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #703057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703057 is #8FCFA8. Grayscale: #474747. Windows color (decimal): -9424809 or 5714032. OLE color: 5714032.

HSL color Cylindrical-coordinate representation of color #703057: hue angle of 323.44º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #703057 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB1124887-
CMYK00.570.220.56
HSL323.44º40%31.37%-
HSV(B)323.44º57.14%43.92%-
XYZ9.466.259.72-
YUV71.58136.7156.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.34%
GREEN value IS 48 (19.14% from 255) = 19.43%
BLUE value IS 87 (34.38% from 255) = 35.22%
R=45.34%
G=19.43%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112488700.570.220.56323.444031.37
Hex7030570391638143281f
Octal1606012707126705035037
Binary1110000110000101011101110011011011100010100001110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703057; }

 p { color: rgb(112,48,87); }

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

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

 a { background-color: rgb(112,48,87); }

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

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

 span { border-color: rgb(112,48,87); }

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