#703C8C

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

Shades of Affair #703C8C

Tints of Affair #703C8C

Color information

#703C8C (or 0x703C8C) is unknown color: approx Affair. HEX triplet: 70, 3C and 8C. RGB value is (112,60,140). Sum of RGB (Red+Green+Blue) = 112+60+140=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #703C8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703C8C is #8FC373. Grayscale: #545454. Windows color (decimal): -9421684 or 9190512. OLE color: 9190512.

HSL color Cylindrical-coordinate representation of color #703C8C: hue angle of 279º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #703C8C is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11260140-
CMYK0.200.5700.45
HSL279º40%39.22%-
HSV(B)279º57.14%54.9%-
XYZ13.038.5725.78-
YUV84.67159.23147.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.90%
GREEN value IS 60 (23.83% from 255) = 19.23%
BLUE value IS 140 (55.08% from 255) = 44.87%
R=35.90%
G=19.23%
B=44.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112601400.200.5700.452794039.22
Hex703C8C143902D1172827
Octal1607421424710554275047
Binary111000011110010001100101001110010101101100010111101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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