#701973

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

Shades of Seance #701973

Tints of Seance #701973

Color information

#701973 (or 0x701973) is unknown color: approx Seance. HEX triplet: 70, 19 and 73. RGB value is (112,25,115). Sum of RGB (Red+Green+Blue) = 112+25+115=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #701973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701973 is #8FE68C. Grayscale: #3D3D3D. Windows color (decimal): -9430669 or 7543152. OLE color: 7543152.

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

Color convert

RGB11225115-
CMYK0.030.7800.55
HSL298º64.29%27.45%-
HSV(B)298º78.26%45.1%-
XYZ10.125.3816.72-
YUV61.27158.32164.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.44%
GREEN value IS 25 (10.16% from 255) = 9.92%
BLUE value IS 115 (45.31% from 255) = 45.63%
R=44.44%
G=9.92%
B=45.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112251150.030.7800.5529864.2927.45
Hex70197334E03712a401b
Octal16031163311606745210033
Binary11100001100111100111110011100110111100101010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701973; }

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

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

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

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

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

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

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

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