Html Css Color HEX #702F56 Flirt

📋 copy color: '#702F56'

red 112 ◦ green 47 ◦ blue 86

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

Shades of Flirt #702F56

Tints of Flirt #702F56

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.18%

 BLUE value IS 86 (33.98% from 255) = 35.1%

R = 45.71%
G = 19.18%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#702F56 (or 0x702F56) is known color: Flirt. HEX triplet: 70, 2F and 56. RGB value is (112,47,86). Sum of RGB (Red+Green+Blue) = 112+47+86=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #702F56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702F56 is #8FD0A9. Grayscale: #464646. Windows color (decimal): -9425066 or 5648240. OLE color: 5648240.

HSL color Cylindrical-coordinate representation of color #702F56: hue angle of 324º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #702F56 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 47 86 -
CMYK 0 0.58 0.23 0.56
HSL 324º 0.41% 0.31% -
HSV(B) 324º 0.58% 0.44% -
XYZ 9.38 6.15 9.5 -
YUV 70.88 136.53 157.33 -
System Red Green Blue C M Y K H S L
Decimal 112 47 86 0 0.58 0.23 0.56 324 0.41 0.31
Hex 70 2F 56 0 3A 17 38 144 29 1F
Octal 160 57 126 0 72 27 70 504 51 37
Binary 1110000 101111 1010110 0 111010 10111 111000 101000100 101001 11111

Color Harmonies of #702F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F56

Black with #702F56

Text Example


Text Example

White with #702F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702F56; }

 p { color: rgb(112,47,86); }

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

background-color css

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

 a { background-color: rgb(112,47,86); }

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

border-color css

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

 span { border-color: rgb(112,47,86); }

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