Html Css Color HEX #705189 Affair

📋 copy color: '#705189'

red 112 ◦ green 81 ◦ blue 137

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

Shades of Affair #705189

Tints of Affair #705189

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.55%

 BLUE value IS 137 (53.91% from 255) = 41.52%

R = 33.94%
G = 24.55%
B = 41.52%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#705189 (or 0x705189) is known color: Affair. HEX triplet: 70, 51 and 89. RGB value is (112,81,137). Sum of RGB (Red+Green+Blue) = 112+81+137=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 137 - color contains mainly: blue. Hex color #705189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705189 is #8FAE76. Grayscale: #606060. Windows color (decimal): -9416311 or 8999280. OLE color: 8999280.

HSL color Cylindrical-coordinate representation of color #705189: hue angle of 273.21º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #705189 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 81 137 -
CMYK 0.18 0.41 0 0.46
HSL 273.21º 0.26% 0.43% -
HSV(B) 273.21º 0.41% 0.54% -
XYZ 14.14 11.14 25.07 -
YUV 96.65 150.77 138.95 -
System Red Green Blue C M Y K H S L
Decimal 112 81 137 0.18 0.41 0 0.46 273.21 0.26 0.43
Hex 70 51 89 12 29 0 2E 111 1A 2B
Octal 160 121 211 22 51 0 56 421 32 53
Binary 1110000 1010001 10001001 10010 101001 0 101110 100010001 11010 101011

Color Harmonies of #705189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705189

Black with #705189

Text Example


Text Example

White with #705189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705189; }

 p { color: rgb(112,81,137); }

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

background-color css

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

 a { background-color: rgb(112,81,137); }

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

border-color css

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

 span { border-color: rgb(112,81,137); }

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