Html Css Color HEX #704887 Affair

📋 copy color: '#704887'

red 112 ◦ green 72 ◦ blue 135

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

Shades of Affair #704887

Tints of Affair #704887

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.57%

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

R = 35.11%
G = 22.57%
B = 42.32%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#704887 (or 0x704887) is known color: Affair. HEX triplet: 70, 48 and 87. RGB value is (112,72,135). Sum of RGB (Red+Green+Blue) = 112+72+135=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 135 - color contains mainly: blue. Hex color #704887 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704887 is #8FB778. Grayscale: #5A5A5A. Windows color (decimal): -9418617 or 8865904. OLE color: 8865904.

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

Color convert

RGB 112 72 135 -
CMYK 0.17 0.47 0 0.47
HSL 278.1º 0.3% 0.41% -
HSV(B) 278.1º 0.47% 0.53% -
XYZ 13.37 9.83 24.11 -
YUV 91.14 152.75 142.88 -
System Red Green Blue C M Y K H S L
Decimal 112 72 135 0.17 0.47 0 0.47 278.1 0.3 0.41
Hex 70 48 87 11 2F 0 2F 116 1E 29
Octal 160 110 207 21 57 0 57 426 36 51
Binary 1110000 1001000 10000111 10001 101111 0 101111 100010110 11110 101001

Color Harmonies of #704887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704887

Black with #704887

Text Example


Text Example

White with #704887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704887; }

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

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

background-color css

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

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

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

border-color css

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

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

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