Html Css Color HEX #704186 Affair

📋 copy color: '#704186'

red 112 ◦ green 65 ◦ blue 134

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

Shades of Affair #704186

Tints of Affair #704186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 43.09%

R = 36.01%
G = 20.9%
B = 43.09%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#704186 (or 0x704186) is known color: Affair. HEX triplet: 70, 41 and 86. RGB value is (112,65,134). Sum of RGB (Red+Green+Blue) = 112+65+134=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 134 - color contains mainly: blue. Hex color #704186 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704186 is #8FBE79. Grayscale: #565656. Windows color (decimal): -9420410 or 8798576. OLE color: 8798576.

HSL color Cylindrical-coordinate representation of color #704186: hue angle of 280.87º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #704186 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 65 134 -
CMYK 0.16 0.51 0 0.47
HSL 280.87º 0.35% 0.39% -
HSV(B) 280.87º 0.51% 0.53% -
XYZ 12.88 8.95 23.6 -
YUV 86.92 154.57 145.89 -
System Red Green Blue C M Y K H S L
Decimal 112 65 134 0.16 0.51 0 0.47 280.87 0.35 0.39
Hex 70 41 86 10 33 0 2F 119 23 27
Octal 160 101 206 20 63 0 57 431 43 47
Binary 1110000 1000001 10000110 10000 110011 0 101111 100011001 100011 100111

Color Harmonies of #704186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704186

Black with #704186

Text Example


Text Example

White with #704186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704186; }

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

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

background-color css

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

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

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

border-color css

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

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

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