#701D76

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

Shades of Seance #701D76

Tints of Seance #701D76

Color information

#701D76 (or 0x701D76) is unknown color: approx Seance. HEX triplet: 70, 1D and 76. RGB value is (112,29,118). Sum of RGB (Red+Green+Blue) = 112+29+118=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 29 (11.72% from 255 or 11.20% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #701D76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701D76 is #8FE289. Grayscale: #3F3F3F. Windows color (decimal): -9429642 or 7740784. OLE color: 7740784.

HSL color Cylindrical-coordinate representation of color #701D76: hue angle of 295.96º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #701D76 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11229118-
CMYK0.050.7500.54
HSL295.96º60.54%28.82%-
HSV(B)295.96º75.42%46.27%-
XYZ10.395.6317.68-
YUV63.96158.5162.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.24%
GREEN value IS 29 (11.72% from 255) = 11.20%
BLUE value IS 118 (46.48% from 255) = 45.56%
R=43.24%
G=11.20%
B=45.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112291180.050.7500.54295.9660.5428.82
Hex701D7654B0361283d1d
Octal1603516651130664507535
Binary11100001110111101101011001011011011010010100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701D76; }

 p { color: rgb(112,29,118); }

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

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

 a { background-color: rgb(112,29,118); }

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

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

 span { border-color: rgb(112,29,118); }

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