#702676

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

Shades of Seance #702676

Tints of Seance #702676

Color information

#702676 (or 0x702676) is unknown color: approx Seance. HEX triplet: 70, 26 and 76. RGB value is (112,38,118). Sum of RGB (Red+Green+Blue) = 112+38+118=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #702676 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702676 is #8FD989. Grayscale: #454545. Windows color (decimal): -9427338 or 7743088. OLE color: 7743088.

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

Color convert

RGB11238118-
CMYK0.050.6800.54
HSL295.5º51.28%30.59%-
HSV(B)295.5º67.8%46.27%-
XYZ10.656.1417.76-
YUV69.25155.52158.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.79%
GREEN value IS 38 (15.23% from 255) = 14.18%
BLUE value IS 118 (46.48% from 255) = 44.03%
R=41.79%
G=14.18%
B=44.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112381180.050.6800.54295.551.2830.59
Hex702676544036128331f
Octal1604616651040664506337
Binary111000010011011101101011000100011011010010100011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702676; }

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

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

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

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

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

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

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

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