Html Css Color HEX #705881 Affair

📋 copy color: '#705881'

red 112 ◦ green 88 ◦ blue 129

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

Shades of Affair #705881

Tints of Affair #705881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.21%

R = 34.04%
G = 26.75%
B = 39.21%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#705881 (or 0x705881) is known color: Affair. HEX triplet: 70, 58 and 81. RGB value is (112,88,129). Sum of RGB (Red+Green+Blue) = 112+88+129=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 129 - color contains mainly: blue. Hex color #705881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705881 is #8FA77E. Grayscale: #636363. Windows color (decimal): -9414527 or 8476784. OLE color: 8476784.

HSL color Cylindrical-coordinate representation of color #705881: hue angle of 275.12º 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 #705881 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 88 129 -
CMYK 0.13 0.32 0 0.49
HSL 275.12º 0.19% 0.43% -
HSV(B) 275.12º 0.32% 0.51% -
XYZ 14.13 12.01 22.34 -
YUV 99.85 144.45 136.67 -
System Red Green Blue C M Y K H S L
Decimal 112 88 129 0.13 0.32 0 0.49 275.12 0.19 0.43
Hex 70 58 81 D 20 0 31 113 13 2B
Octal 160 130 201 15 40 0 61 423 23 53
Binary 1110000 1011000 10000001 1101 100000 0 110001 100010011 10011 101011

Color Harmonies of #705881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705881

Black with #705881

Text Example


Text Example

White with #705881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705881; }

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

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

background-color css

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

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

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

border-color css

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

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

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