Html Css Color HEX #704180 Affair

📋 copy color: '#704180'

red 112 ◦ green 65 ◦ blue 128

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

Shades of Affair #704180

Tints of Affair #704180

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.31%

 BLUE value IS 128 (50.39% from 255) = 41.97%

R = 36.72%
G = 21.31%
B = 41.97%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#704180 (or 0x704180) is known color: Affair. HEX triplet: 70, 41 and 80. RGB value is (112,65,128). Sum of RGB (Red+Green+Blue) = 112+65+128=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 128 - color contains mainly: blue. Hex color #704180 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704180 is #8FBE7F. Grayscale: #565656. Windows color (decimal): -9420416 or 8405360. OLE color: 8405360.

HSL color Cylindrical-coordinate representation of color #704180: hue angle of 284.76º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #704180 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 65 128 -
CMYK 0.12 0.49 0 0.50
HSL 284.76º 0.33% 0.38% -
HSV(B) 284.76º 0.49% 0.5% -
XYZ 12.47 8.78 21.46 -
YUV 86.24 151.57 146.38 -
System Red Green Blue C M Y K H S L
Decimal 112 65 128 0.12 0.49 0 0.50 284.76 0.33 0.38
Hex 70 41 80 C 31 0 32 11D 21 26
Octal 160 101 200 14 61 0 62 435 41 46
Binary 1110000 1000001 10000000 1100 110001 0 110010 100011101 100001 100110

Color Harmonies of #704180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704180

Black with #704180

Text Example


Text Example

White with #704180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704180; }

 p { color: rgb(112,65,128); }

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

background-color css

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

 a { background-color: rgb(112,65,128); }

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

border-color css

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

 span { border-color: rgb(112,65,128); }

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