#701776

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

Shades of Seance #701776

Tints of Seance #701776

Color information

#701776 (or 0x701776) is unknown color: approx Seance. HEX triplet: 70, 17 and 76. RGB value is (112,23,118). Sum of RGB (Red+Green+Blue) = 112+23+118=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #701776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701776 is #8FE889. Grayscale: #3C3C3C. Windows color (decimal): -9431178 or 7739248. OLE color: 7739248.

HSL color Cylindrical-coordinate representation of color #701776: hue angle of 296.21º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #701776 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11223118-
CMYK0.050.8100.54
HSL296.21º67.38%27.65%-
HSV(B)296.21º80.51%46.27%-
XYZ10.265.3717.63-
YUV60.44160.49164.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.27%
GREEN value IS 23 (9.38% from 255) = 9.09%
BLUE value IS 118 (46.48% from 255) = 46.64%
R=44.27%
G=9.09%
B=46.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112231180.050.8100.54296.2167.3827.65
Hex701776551036128431c
Octal16027166512106645010334
Binary111000010111111011010110100010110110100101000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701776; }

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

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

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

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

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

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

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

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