#703058

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

Shades of Flirt #703058

Tints of Flirt #703058

Color information

#703058 (or 0x703058) is unknown color: approx Flirt. HEX triplet: 70, 30 and 58. RGB value is (112,48,88). Sum of RGB (Red+Green+Blue) = 112+48+88=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #703058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703058 is #8FCFA7. Grayscale: #474747. Windows color (decimal): -9424808 or 5779568. OLE color: 5779568.

HSL color Cylindrical-coordinate representation of color #703058: hue angle of 322.5º 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 #703058 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB1124888-
CMYK00.570.210.56
HSL322.5º40%31.37%-
HSV(B)322.5º57.14%43.92%-
XYZ9.56.269.94-
YUV71.7137.2156.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 48 (19.14% from 255) = 19.35%
BLUE value IS 88 (34.77% from 255) = 35.48%
R=45.16%
G=19.35%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112488800.570.210.56322.54031.37
Hex7030580391538142281f
Octal1606013007125705025037
Binary1110000110000101100001110011010111100010100001010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703058; }

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

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

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

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

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

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

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

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