Html Css Color HEX #705581 Affair

📋 copy color: '#705581'

red 112 ◦ green 85 ◦ blue 129

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

Shades of Affair #705581

Tints of Affair #705581

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.07%

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

R = 34.36%
G = 26.07%
B = 39.57%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#705581 (or 0x705581) is known color: Affair. HEX triplet: 70, 55 and 81. RGB value is (112,85,129). Sum of RGB (Red+Green+Blue) = 112+85+129=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 129 - color contains mainly: blue. Hex color #705581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705581 is #8FAA7E. Grayscale: #616161. Windows color (decimal): -9415295 or 8476016. OLE color: 8476016.

HSL color Cylindrical-coordinate representation of color #705581: hue angle of 276.82º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #705581 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 85 129 -
CMYK 0.13 0.34 0 0.49
HSL 276.82º 0.21% 0.42% -
HSV(B) 276.82º 0.34% 0.51% -
XYZ 13.89 11.53 22.26 -
YUV 98.09 145.45 137.92 -
System Red Green Blue C M Y K H S L
Decimal 112 85 129 0.13 0.34 0 0.49 276.82 0.21 0.42
Hex 70 55 81 D 22 0 31 115 15 2A
Octal 160 125 201 15 42 0 61 425 25 52
Binary 1110000 1010101 10000001 1101 100010 0 110001 100010101 10101 101010

Color Harmonies of #705581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705581

Black with #705581

Text Example


Text Example

White with #705581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705581; }

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

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

background-color css

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

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

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

border-color css

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

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

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