Html Css Color HEX #705882 Affair

📋 copy color: '#705882'

red 112 ◦ green 88 ◦ blue 130

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

Shades of Affair #705882

Tints of Affair #705882

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.67%

 BLUE value IS 130 (51.17% from 255) = 39.39%

R = 33.94%
G = 26.67%
B = 39.39%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#705882 (or 0x705882) is known color: Affair. HEX triplet: 70, 58 and 82. RGB value is (112,88,130). Sum of RGB (Red+Green+Blue) = 112+88+130=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 130 - color contains mainly: blue. Hex color #705882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705882 is #8FA77D. Grayscale: #636363. Windows color (decimal): -9414526 or 8542320. OLE color: 8542320.

HSL color Cylindrical-coordinate representation of color #705882: hue angle of 274.29º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #705882 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 88 130 -
CMYK 0.14 0.32 0 0.49
HSL 274.29º 0.19% 0.43% -
HSV(B) 274.29º 0.32% 0.51% -
XYZ 14.2 12.04 22.69 -
YUV 99.96 144.95 136.58 -
System Red Green Blue C M Y K H S L
Decimal 112 88 130 0.14 0.32 0 0.49 274.29 0.19 0.43
Hex 70 58 82 E 20 0 31 112 13 2B
Octal 160 130 202 16 40 0 61 422 23 53
Binary 1110000 1011000 10000010 1110 100000 0 110001 100010010 10011 101011

Color Harmonies of #705882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705882

Black with #705882

Text Example


Text Example

White with #705882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705882; }

 p { color: rgb(112,88,130); }

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

background-color css

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

 a { background-color: rgb(112,88,130); }

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

border-color css

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

 span { border-color: rgb(112,88,130); }

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