Html Css Color HEX #704D8C Affair

📋 copy color: '#704D8C'

red 112 ◦ green 77 ◦ blue 140

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

Shades of Affair #704D8C

Tints of Affair #704D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.55%

R = 34.04%
G = 23.4%
B = 42.55%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#704D8C (or 0x704D8C) is known color: Affair. HEX triplet: 70, 4D and 8C. RGB value is (112,77,140). Sum of RGB (Red+Green+Blue) = 112+77+140=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 140 - color contains mainly: blue. Hex color #704D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704D8C is #8FB273. Grayscale: #5E5E5E. Windows color (decimal): -9417332 or 9194864. OLE color: 9194864.

HSL color Cylindrical-coordinate representation of color #704D8C: hue angle of 273.33º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #704D8C is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 77 140 -
CMYK 0.20 0.45 0 0.45
HSL 273.33º 0.29% 0.43% -
HSV(B) 273.33º 0.45% 0.55% -
XYZ 14.07 10.65 26.12 -
YUV 94.65 153.6 140.38 -
System Red Green Blue C M Y K H S L
Decimal 112 77 140 0.20 0.45 0 0.45 273.33 0.29 0.43
Hex 70 4D 8C 14 2D 0 2D 111 1D 2B
Octal 160 115 214 24 55 0 55 421 35 53
Binary 1110000 1001101 10001100 10100 101101 0 101101 100010001 11101 101011

Color Harmonies of #704D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D8C

Black with #704D8C

Text Example


Text Example

White with #704D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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