#703073

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

Shades of Seance #703073

Tints of Seance #703073

Color information

#703073 (or 0x703073) is unknown color: approx Seance. HEX triplet: 70, 30 and 73. RGB value is (112,48,115). Sum of RGB (Red+Green+Blue) = 112+48+115=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 115 - color contains mainly: blue. Hex color #703073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703073 is #8FCF8C. Grayscale: #4A4A4A. Windows color (decimal): -9424781 or 7549040. OLE color: 7549040.

HSL color Cylindrical-coordinate representation of color #703073: hue angle of 297.31º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #703073 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11248115-
CMYK0.030.5800.55
HSL297.31º41.1%31.96%-
HSV(B)297.31º58.26%45.1%-
XYZ10.836.816.96-
YUV74.77150.7154.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.73%
GREEN value IS 48 (19.14% from 255) = 17.45%
BLUE value IS 115 (45.31% from 255) = 41.82%
R=40.73%
G=17.45%
B=41.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112481150.030.5800.55297.3141.131.96
Hex70307333A0371292920
Octal160601633720674515140
Binary11100001100001110011111110100110111100101001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703073; }

 p { color: rgb(112,48,115); }

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

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

 a { background-color: rgb(112,48,115); }

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

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

 span { border-color: rgb(112,48,115); }

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