#703A6A

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

Shades of Seance #703A6A

Tints of Seance #703A6A

Color information

#703A6A (or 0x703A6A) is unknown color: approx Seance. HEX triplet: 70, 3A and 6A. RGB value is (112,58,106). Sum of RGB (Red+Green+Blue) = 112+58+106=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #703A6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703A6A is #8FC595. Grayscale: #4F4F4F. Windows color (decimal): -9422230 or 6961776. OLE color: 6961776.

HSL color Cylindrical-coordinate representation of color #703A6A: hue angle of 306.67º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #703A6A is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11258106-
CMYK00.480.050.56
HSL306.67º31.76%33.33%-
HSV(B)306.67º48.21%43.92%-
XYZ10.87.5114.52-
YUV79.62142.89151.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.58%
GREEN value IS 58 (23.05% from 255) = 21.01%
BLUE value IS 106 (41.80% from 255) = 38.41%
R=40.58%
G=21.01%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1125810600.480.050.56306.6731.7633.33
Hex703A6A0305381332021
Octal160721520605704634041
Binary111000011101011010100110000101111000100110011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,58,106); }

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

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

 a { background-color: rgb(112,58,106); }

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

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

 span { border-color: rgb(112,58,106); }

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