Html Css Color HEX #704F8C Affair

📋 copy color: '#704F8C'

red 112 ◦ green 79 ◦ blue 140

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

Shades of Affair #704F8C

Tints of Affair #704F8C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.87%

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

R = 33.84%
G = 23.87%
B = 42.3%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#704F8C (or 0x704F8C) is known color: Affair. HEX triplet: 70, 4F and 8C. RGB value is (112,79,140). Sum of RGB (Red+Green+Blue) = 112+79+140=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 140 - color contains mainly: blue. Hex color #704F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704F8C is #8FB073. Grayscale: #5F5F5F. Windows color (decimal): -9416820 or 9195376. OLE color: 9195376.

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

Color convert

RGB 112 79 140 -
CMYK 0.20 0.44 0 0.45
HSL 272.46º 0.28% 0.43% -
HSV(B) 272.46º 0.44% 0.55% -
XYZ 14.21 10.93 26.17 -
YUV 95.82 152.93 139.54 -
System Red Green Blue C M Y K H S L
Decimal 112 79 140 0.20 0.44 0 0.45 272.46 0.28 0.43
Hex 70 4F 8C 14 2C 0 2D 110 1C 2B
Octal 160 117 214 24 54 0 55 420 34 53
Binary 1110000 1001111 10001100 10100 101100 0 101101 100010000 11100 101011

Color Harmonies of #704F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F8C

Black with #704F8C

Text Example


Text Example

White with #704F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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