#701874

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

Shades of Seance #701874

Tints of Seance #701874

Color information

#701874 (or 0x701874) is unknown color: approx Seance. HEX triplet: 70, 18 and 74. RGB value is (112,24,116). Sum of RGB (Red+Green+Blue) = 112+24+116=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 116 - color contains mainly: blue. Hex color #701874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701874 is #8FE78B. Grayscale: #3C3C3C. Windows color (decimal): -9430924 or 7608432. OLE color: 7608432.

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

Color convert

RGB11224116-
CMYK0.030.7900.55
HSL297.39º65.71%27.45%-
HSV(B)297.39º79.31%45.49%-
XYZ10.165.3617.02-
YUV60.8159.15164.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.44%
GREEN value IS 24 (9.77% from 255) = 9.52%
BLUE value IS 116 (45.70% from 255) = 46.03%
R=44.44%
G=9.52%
B=46.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112241160.030.7900.55297.3965.7127.45
Hex70187434F037129421b
Octal16030164311706745110233
Binary11100001100011101001110011110110111100101001100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701874; }

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

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

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

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

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

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

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

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