#705288

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

Shades of Affair #705288

Tints of Affair #705288

Color information

#705288 (or 0x705288) is unknown color: approx Affair. HEX triplet: 70, 52 and 88. RGB value is (112,82,136). Sum of RGB (Red+Green+Blue) = 112+82+136=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 136 - color contains mainly: blue. Hex color #705288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705288 is #8FAD77. Grayscale: #606060. Windows color (decimal): -9416056 or 8934000. OLE color: 8934000.

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

Color convert

RGB11282136-
CMYK0.180.4000.47
HSL273.33º24.77%42.75%-
HSV(B)273.33º39.71%53.33%-
XYZ14.1411.2624.72-
YUV97.13149.94138.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.94%
GREEN value IS 82 (32.42% from 255) = 24.85%
BLUE value IS 136 (53.52% from 255) = 41.21%
R=33.94%
G=24.85%
B=41.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112821360.180.4000.47273.3324.7742.75
Hex705288122802F111192b
Octal16012221022500574213153
Binary111000010100101000100010010101000010111110001000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705288; }

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

 H1.HeaderClassName
 {
   color: #705288;
 }
 .AnyTagClassName
 {
   color: #705288;
 }
</style>
background-color css

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

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

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

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

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

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