Html Css Color HEX #705887 Affair

📋 copy color: '#705887'

red 112 ◦ green 88 ◦ blue 135

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

Shades of Affair #705887

Tints of Affair #705887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 40.3%

R = 33.43%
G = 26.27%
B = 40.3%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#705887 (or 0x705887) is known color: Affair. HEX triplet: 70, 58 and 87. RGB value is (112,88,135). Sum of RGB (Red+Green+Blue) = 112+88+135=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 135 - color contains mainly: blue. Hex color #705887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705887 is #8FA778. Grayscale: #646464. Windows color (decimal): -9414521 or 8870000. OLE color: 8870000.

HSL color Cylindrical-coordinate representation of color #705887: hue angle of 270.64º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #705887 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 88 135 -
CMYK 0.17 0.35 0 0.47
HSL 270.64º 0.21% 0.44% -
HSV(B) 270.64º 0.35% 0.53% -
XYZ 14.54 12.17 24.5 -
YUV 100.53 147.45 136.18 -
System Red Green Blue C M Y K H S L
Decimal 112 88 135 0.17 0.35 0 0.47 270.64 0.21 0.44
Hex 70 58 87 11 23 0 2F 10F 15 2C
Octal 160 130 207 21 43 0 57 417 25 54
Binary 1110000 1011000 10000111 10001 100011 0 101111 100001111 10101 101100

Color Harmonies of #705887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705887

Black with #705887

Text Example


Text Example

White with #705887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705887; }

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

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

background-color css

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

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

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

border-color css

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

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

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