Html Css Color HEX #704D8E Affair

📋 copy color: '#704D8E'

red 112 ◦ green 77 ◦ blue 142

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

Shades of Affair #704D8E

Tints of Affair #704D8E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.26%

 BLUE value IS 142 (55.86% from 255) = 42.9%

R = 33.84%
G = 23.26%
B = 42.9%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#704D8E (or 0x704D8E) is known color: Affair. HEX triplet: 70, 4D and 8E. RGB value is (112,77,142). Sum of RGB (Red+Green+Blue) = 112+77+142=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 142 - color contains mainly: blue. Hex color #704D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704D8E is #8FB271. Grayscale: #5E5E5E. Windows color (decimal): -9417330 or 9325936. OLE color: 9325936.

HSL color Cylindrical-coordinate representation of color #704D8E: hue angle of 272.31º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #704D8E is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 77 142 -
CMYK 0.21 0.46 0 0.44
HSL 272.31º 0.3% 0.43% -
HSV(B) 272.31º 0.46% 0.56% -
XYZ 14.22 10.71 26.91 -
YUV 94.88 154.6 140.21 -
System Red Green Blue C M Y K H S L
Decimal 112 77 142 0.21 0.46 0 0.44 272.31 0.3 0.43
Hex 70 4D 8E 15 2E 0 2C 110 1E 2B
Octal 160 115 216 25 56 0 54 420 36 53
Binary 1110000 1001101 10001110 10101 101110 0 101100 100010000 11110 101011

Color Harmonies of #704D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D8E

Black with #704D8E

Text Example


Text Example

White with #704D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704D8E; }

 p { color: rgb(112,77,142); }

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

background-color css

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

 a { background-color: rgb(112,77,142); }

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

border-color css

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

 span { border-color: rgb(112,77,142); }

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