Html Css Color HEX #704386 Affair

📋 copy color: '#704386'

red 112 ◦ green 67 ◦ blue 134

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

Shades of Affair #704386

Tints of Affair #704386

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.41%

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

R = 35.78%
G = 21.41%
B = 42.81%

CMYK

 C value IS 0.16

 M value IS 0.5

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#704386 (or 0x704386) is known color: Affair. HEX triplet: 70, 43 and 86. RGB value is (112,67,134). Sum of RGB (Red+Green+Blue) = 112+67+134=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 134 (52.73% from 255 or 42.81% from 313); Max value from RGB is 134 - color contains mainly: blue. Hex color #704386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704386 is #8FBC79. Grayscale: #575757. Windows color (decimal): -9419898 or 8799088. OLE color: 8799088.

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

Color convert

RGB 112 67 134 -
CMYK 0.16 0.5 0 0.47
HSL 280.3º 0.33% 0.39% -
HSV(B) 280.3º 0.5% 0.53% -
XYZ 12.99 9.18 23.64 -
YUV 88.09 153.91 145.05 -
System Red Green Blue C M Y K H S L
Decimal 112 67 134 0.16 0.5 0 0.47 280.3 0.33 0.39
Hex 70 43 86 10 32 0 2F 118 21 27
Octal 160 103 206 20 62 0 57 430 41 47
Binary 1110000 1000011 10000110 10000 110010 0 101111 100011000 100001 100111

Color Harmonies of #704386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704386

Black with #704386

Text Example


Text Example

White with #704386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704386; }

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

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

background-color css

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

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

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

border-color css

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

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

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