Html Css Color HEX #705078 Affair

📋 copy color: '#705078'

red 112 ◦ green 80 ◦ blue 120

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

Shades of Affair #705078

Tints of Affair #705078

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.64%

 BLUE value IS 120 (47.27% from 255) = 38.46%

R = 35.9%
G = 25.64%
B = 38.46%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#705078 (or 0x705078) is known color: Affair. HEX triplet: 70, 50 and 78. RGB value is (112,80,120). Sum of RGB (Red+Green+Blue) = 112+80+120=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 120 - color contains mainly: blue. Hex color #705078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705078 is #8FAF87. Grayscale: #5E5E5E. Windows color (decimal): -9416584 or 7884912. OLE color: 7884912.

HSL color Cylindrical-coordinate representation of color #705078: hue angle of 288º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #705078 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 80 120 -
CMYK 0.07 0.33 0 0.53
HSL 288º 0.2% 0.39% -
HSV(B) 288º 0.33% 0.47% -
XYZ 12.94 10.54 19.12 -
YUV 94.13 142.6 140.75 -
System Red Green Blue C M Y K H S L
Decimal 112 80 120 0.07 0.33 0 0.53 288 0.2 0.39
Hex 70 50 78 7 21 0 35 120 14 27
Octal 160 120 170 7 41 0 65 440 24 47
Binary 1110000 1010000 1111000 111 100001 0 110101 100100000 10100 100111

Color Harmonies of #705078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705078

Black with #705078

Text Example


Text Example

White with #705078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705078; }

 p { color: rgb(112,80,120); }

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

background-color css

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

 a { background-color: rgb(112,80,120); }

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

border-color css

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

 span { border-color: rgb(112,80,120); }

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