Html Css Color HEX #704687 Affair

📋 copy color: '#704687'

red 112 ◦ green 70 ◦ blue 135

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

Shades of Affair #704687

Tints of Affair #704687

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.08%

 BLUE value IS 135 (53.13% from 255) = 42.59%

R = 35.33%
G = 22.08%
B = 42.59%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#704687 (or 0x704687) is known color: Affair. HEX triplet: 70, 46 and 87. RGB value is (112,70,135). Sum of RGB (Red+Green+Blue) = 112+70+135=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 135 - color contains mainly: blue. Hex color #704687 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704687 is #8FB978. Grayscale: #595959. Windows color (decimal): -9419129 or 8865392. OLE color: 8865392.

HSL color Cylindrical-coordinate representation of color #704687: hue angle of 278.77º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #704687 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 70 135 -
CMYK 0.17 0.48 0 0.47
HSL 278.77º 0.32% 0.4% -
HSV(B) 278.77º 0.48% 0.53% -
XYZ 13.25 9.57 24.07 -
YUV 89.97 153.41 143.71 -
System Red Green Blue C M Y K H S L
Decimal 112 70 135 0.17 0.48 0 0.47 278.77 0.32 0.4
Hex 70 46 87 11 30 0 2F 117 20 28
Octal 160 106 207 21 60 0 57 427 40 50
Binary 1110000 1000110 10000111 10001 110000 0 101111 100010111 100000 101000

Color Harmonies of #704687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704687

Black with #704687

Text Example


Text Example

White with #704687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704687; }

 p { color: rgb(112,70,135); }

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

background-color css

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

 a { background-color: rgb(112,70,135); }

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

border-color css

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

 span { border-color: rgb(112,70,135); }

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