Html Css Color HEX #704F84 Affair

📋 copy color: '#704F84'

red 112 ◦ green 79 ◦ blue 132

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

Shades of Affair #704F84

Tints of Affair #704F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.87%

R = 34.67%
G = 24.46%
B = 40.87%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#704F84 (or 0x704F84) is known color: Affair. HEX triplet: 70, 4F and 84. RGB value is (112,79,132). Sum of RGB (Red+Green+Blue) = 112+79+132=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 132 - color contains mainly: blue. Hex color #704F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704F84 is #8FB07B. Grayscale: #5E5E5E. Windows color (decimal): -9416828 or 8671088. OLE color: 8671088.

HSL color Cylindrical-coordinate representation of color #704F84: hue angle of 277.36º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #704F84 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 79 132 -
CMYK 0.15 0.40 0 0.48
HSL 277.36º 0.25% 0.41% -
HSV(B) 277.36º 0.4% 0.52% -
XYZ 13.64 10.7 23.18 -
YUV 94.91 148.93 140.19 -
System Red Green Blue C M Y K H S L
Decimal 112 79 132 0.15 0.40 0 0.48 277.36 0.25 0.41
Hex 70 4F 84 F 28 0 30 115 19 29
Octal 160 117 204 17 50 0 60 425 31 51
Binary 1110000 1001111 10000100 1111 101000 0 110000 100010101 11001 101001

Color Harmonies of #704F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F84

Black with #704F84

Text Example


Text Example

White with #704F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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