#701974

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

Shades of Seance #701974

Tints of Seance #701974

Color information

#701974 (or 0x701974) is unknown color: approx Seance. HEX triplet: 70, 19 and 74. RGB value is (112,25,116). Sum of RGB (Red+Green+Blue) = 112+25+116=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 116 - color contains mainly: blue. Hex color #701974 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701974 is #8FE68B. Grayscale: #3D3D3D. Windows color (decimal): -9430668 or 7608688. OLE color: 7608688.

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

Color convert

RGB11225116-
CMYK0.030.7800.55
HSL297.36º64.54%27.65%-
HSV(B)297.36º78.45%45.49%-
XYZ10.185.417.03-
YUV61.39158.82164.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.27%
GREEN value IS 25 (10.16% from 255) = 9.88%
BLUE value IS 116 (45.70% from 255) = 45.85%
R=44.27%
G=9.88%
B=45.85%

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
Decimal112251160.030.7800.55297.3664.5427.65
Hex70197434E037129411c
Octal16031164311606745110134
Binary11100001100111101001110011100110111100101001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701974; }

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

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

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

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

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

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

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

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