Html Css Color HEX #705588 Affair

📋 copy color: '#705588'

red 112 ◦ green 85 ◦ blue 136

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

Shades of Affair #705588

Tints of Affair #705588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.84%

R = 33.63%
G = 25.53%
B = 40.84%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#705588 (or 0x705588) is known color: Affair. HEX triplet: 70, 55 and 88. RGB value is (112,85,136). Sum of RGB (Red+Green+Blue) = 112+85+136=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 136 - color contains mainly: blue. Hex color #705588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705588 is #8FAA77. Grayscale: #626262. Windows color (decimal): -9415288 or 8934768. OLE color: 8934768.

HSL color Cylindrical-coordinate representation of color #705588: hue angle of 271.76º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #705588 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 85 136 -
CMYK 0.18 0.38 0 0.47
HSL 271.76º 0.23% 0.43% -
HSV(B) 271.76º 0.38% 0.53% -
XYZ 14.37 11.72 24.8 -
YUV 98.89 148.95 137.35 -
System Red Green Blue C M Y K H S L
Decimal 112 85 136 0.18 0.38 0 0.47 271.76 0.23 0.43
Hex 70 55 88 12 26 0 2F 110 17 2B
Octal 160 125 210 22 46 0 57 420 27 53
Binary 1110000 1010101 10001000 10010 100110 0 101111 100010000 10111 101011

Color Harmonies of #705588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705588

Black with #705588

Text Example


Text Example

White with #705588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705588; }

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

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

background-color css

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

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

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

border-color css

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

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

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