Html Css Color HEX #703157 Flirt

📋 copy color: '#703157'

red 112 ◦ green 49 ◦ blue 87

#703157
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flirt #703157

Tints of Flirt #703157

RGB

 RED value IS 112 (44.14% from 255) = 45.16%

 GREEN value IS 49 (19.53% from 255) = 19.76%

 BLUE value IS 87 (34.38% from 255) = 35.08%

R = 45.16%
G = 19.76%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#703157 (or 0x703157) is known color: Flirt. HEX triplet: 70, 31 and 57. RGB value is (112,49,87). Sum of RGB (Red+Green+Blue) = 112+49+87=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 87 (34.38% from 255 or 35.08% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #703157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703157 is #8FCEA8. Grayscale: #484848. Windows color (decimal): -9424553 or 5714288. OLE color: 5714288.

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

Color convert

RGB 112 49 87 -
CMYK 0 0.56 0.22 0.56
HSL 323.81º 0.39% 0.32% -
HSV(B) 323.81º 0.56% 0.44% -
XYZ 9.5 6.33 9.74 -
YUV 72.17 136.37 156.41 -
System Red Green Blue C M Y K H S L
Decimal 112 49 87 0 0.56 0.22 0.56 323.81 0.39 0.32
Hex 70 31 57 0 38 16 38 144 27 20
Octal 160 61 127 0 70 26 70 504 47 40
Binary 1110000 110001 1010111 0 111000 10110 111000 101000100 100111 100000

Color Harmonies of #703157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703157

Black with #703157

Text Example


Text Example

White with #703157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703157; }

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

 H1.HeaderClassName
 {
   color: #703157;
 }
 .AnyTagClassName
 {
   color: #703157;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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