Html Css Color HEX #705378 Affair

📋 copy color: '#705378'

red 112 ◦ green 83 ◦ blue 120

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

Shades of Affair #705378

Tints of Affair #705378

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.35%

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

R = 35.56%
G = 26.35%
B = 38.1%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#705378 (or 0x705378) is known color: Affair. HEX triplet: 70, 53 and 78. RGB value is (112,83,120). Sum of RGB (Red+Green+Blue) = 112+83+120=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 120 - color contains mainly: blue. Hex color #705378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705378 is #8FAC87. Grayscale: #5F5F5F. Windows color (decimal): -9415816 or 7885680. OLE color: 7885680.

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

Color convert

RGB 112 83 120 -
CMYK 0.07 0.31 0 0.53
HSL 287.03º 0.18% 0.4% -
HSV(B) 287.03º 0.31% 0.47% -
XYZ 13.17 10.99 19.2 -
YUV 95.89 141.61 139.49 -
System Red Green Blue C M Y K H S L
Decimal 112 83 120 0.07 0.31 0 0.53 287.03 0.18 0.4
Hex 70 53 78 7 1F 0 35 11F 12 28
Octal 160 123 170 7 37 0 65 437 22 50
Binary 1110000 1010011 1111000 111 11111 0 110101 100011111 10010 101000

Color Harmonies of #705378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705378

Black with #705378

Text Example


Text Example

White with #705378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705378; }

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

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

background-color css

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

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

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

border-color css

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

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

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