Html Css Color HEX #705478 Affair

📋 copy color: '#705478'

red 112 ◦ green 84 ◦ blue 120

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

Shades of Affair #705478

Tints of Affair #705478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.58%

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

R = 35.44%
G = 26.58%
B = 37.97%

CMYK

 C value IS 0.07

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#705478 (or 0x705478) is known color: Affair. HEX triplet: 70, 54 and 78. RGB value is (112,84,120). Sum of RGB (Red+Green+Blue) = 112+84+120=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 120 - color contains mainly: blue. Hex color #705478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705478 is #8FAB87. Grayscale: #606060. Windows color (decimal): -9415560 or 7885936. OLE color: 7885936.

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

Color convert

RGB 112 84 120 -
CMYK 0.07 0.3 0 0.53
HSL 286.67º 0.18% 0.4% -
HSV(B) 286.67º 0.3% 0.47% -
XYZ 13.24 11.14 19.22 -
YUV 96.48 141.28 139.07 -
System Red Green Blue C M Y K H S L
Decimal 112 84 120 0.07 0.3 0 0.53 286.67 0.18 0.4
Hex 70 54 78 7 1E 0 35 11F 12 28
Octal 160 124 170 7 36 0 65 437 22 50
Binary 1110000 1010100 1111000 111 11110 0 110101 100011111 10010 101000

Color Harmonies of #705478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705478

Black with #705478

Text Example


Text Example

White with #705478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705478; }

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

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

background-color css

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

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

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

border-color css

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

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

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