#705488

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

Shades of Affair #705488

Tints of Affair #705488

Color information

#705488 (or 0x705488) is unknown color: approx Affair. HEX triplet: 70, 54 and 88. RGB value is (112,84,136). Sum of RGB (Red+Green+Blue) = 112+84+136=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 136 - color contains mainly: blue. Hex color #705488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705488 is #8FAB77. Grayscale: #626262. Windows color (decimal): -9415544 or 8934512. OLE color: 8934512.

HSL color Cylindrical-coordinate representation of color #705488: hue angle of 272.31º degrees, saturation: 0.24, 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 #705488 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11284136-
CMYK0.180.3800.47
HSL272.31º23.64%43.14%-
HSV(B)272.31º38.24%53.33%-
XYZ14.311.5624.77-
YUV98.3149.28137.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.73%
GREEN value IS 84 (33.20% from 255) = 25.30%
BLUE value IS 136 (53.52% from 255) = 40.96%
R=33.73%
G=25.30%
B=40.96%

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
Decimal112841360.180.3800.47272.3123.6443.14
Hex705488122602F110182b
Octal16012421022460574203053
Binary111000010101001000100010010100110010111110001000011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705488; }

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

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

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

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

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

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

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

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