#705588

Color #705588 Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #705588

Tints of Affair #705588

Color information

#705588 (or 0x705588) is unknown color: approx 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

RGB11285136-
CMYK0.180.3800.47
HSL271.76º23.08%43.33%-
HSV(B)271.76º37.5%53.33%-
XYZ14.3711.7224.8-
YUV98.89148.95137.35-

RGB Variations

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

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 (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112851360.180.3800.47271.7623.0843.33
Hex705588122602F110172b
Octal16012521022460574202753
Binary111000010101011000100010010100110010111110001000010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>