Html Css Color HEX #705084 Affair

📋 copy color: '#705084'

red 112 ◦ green 80 ◦ blue 132

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

Shades of Affair #705084

Tints of Affair #705084

RGB

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

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

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

R = 34.57%
G = 24.69%
B = 40.74%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#705084 (or 0x705084) is known color: Affair. HEX triplet: 70, 50 and 84. RGB value is (112,80,132). Sum of RGB (Red+Green+Blue) = 112+80+132=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 132 - color contains mainly: blue. Hex color #705084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705084 is #8FAF7B. Grayscale: #5F5F5F. Windows color (decimal): -9416572 or 8671344. OLE color: 8671344.

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

Color convert

RGB 112 80 132 -
CMYK 0.15 0.39 0 0.48
HSL 276.92º 0.25% 0.42% -
HSV(B) 276.92º 0.39% 0.52% -
XYZ 13.72 10.85 23.2 -
YUV 95.5 148.6 139.77 -
System Red Green Blue C M Y K H S L
Decimal 112 80 132 0.15 0.39 0 0.48 276.92 0.25 0.42
Hex 70 50 84 F 27 0 30 115 19 2A
Octal 160 120 204 17 47 0 60 425 31 52
Binary 1110000 1010000 10000100 1111 100111 0 110000 100010101 11001 101010

Color Harmonies of #705084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705084

Black with #705084

Text Example


Text Example

White with #705084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705084; }

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

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

background-color css

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

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

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

border-color css

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

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

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