#703C89

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

Shades of Affair #703C89

Tints of Affair #703C89

Color information

#703C89 (or 0x703C89) is unknown color: approx Affair. HEX triplet: 70, 3C and 89. RGB value is (112,60,137). Sum of RGB (Red+Green+Blue) = 112+60+137=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 137 - color contains mainly: blue. Hex color #703C89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703C89 is #8FC376. Grayscale: #545454. Windows color (decimal): -9421687 or 8993904. OLE color: 8993904.

HSL color Cylindrical-coordinate representation of color #703C89: hue angle of 280.52º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #703C89 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11260137-
CMYK0.180.5600.46
HSL280.52º39.09%38.63%-
HSV(B)280.52º56.2%53.73%-
XYZ12.818.4824.63-
YUV84.33157.73147.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.25%
GREEN value IS 60 (23.83% from 255) = 19.42%
BLUE value IS 137 (53.91% from 255) = 44.34%
R=36.25%
G=19.42%
B=44.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal112601370.180.5600.46280.5239.0938.63
Hex703C89123802E1192727
Octal1607421122700564314747
Binary111000011110010001001100101110000101110100011001100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703C89; }

 p { color: rgb(112,60,137); }

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

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

 a { background-color: rgb(112,60,137); }

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

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

 span { border-color: rgb(112,60,137); }

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