#712670

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

Shades of Seance #712670

Tints of Seance #712670

Color information

#712670 (or 0x712670) is unknown color: approx Seance. HEX triplet: 71, 26 and 70. RGB value is (113,38,112). Sum of RGB (Red+Green+Blue) = 113+38+112=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 113 - color contains mainly: red. Hex color #712670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712670 is #8ED98F. Grayscale: #444444. Windows color (decimal): -9361808 or 7349873. OLE color: 7349873.

HSL color Cylindrical-coordinate representation of color #712670: hue angle of 300.8º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #712670 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB11338112-
CMYK00.660.010.56
HSL300.8º49.67%29.61%-
HSV(B)300.8º66.37%44.31%-
XYZ10.436.0715.95-
YUV68.86152.35159.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.97%
GREEN value IS 38 (15.23% from 255) = 14.45%
BLUE value IS 112 (44.14% from 255) = 42.59%
R=42.97%
G=14.45%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1133811200.660.010.56300.849.6729.61
Hex71267004213812d321e
Octal1614616001021704556236
Binary1110001100110111000001000010111100010010110111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712670; }

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

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

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

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

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

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

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

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