#712C6E

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

Shades of Seance #712C6E

Tints of Seance #712C6E

Color information

#712C6E (or 0x712C6E) is unknown color: approx Seance. HEX triplet: 71, 2C and 6E. RGB value is (113,44,110). Sum of RGB (Red+Green+Blue) = 113+44+110=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 113 - color contains mainly: red. Hex color #712C6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712C6E is #8ED391. Grayscale: #474747. Windows color (decimal): -9360274 or 7220337. OLE color: 7220337.

HSL color Cylindrical-coordinate representation of color #712C6E: hue angle of 302.61º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #712C6E is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11344110-
CMYK00.610.030.56
HSL302.61º43.95%30.78%-
HSV(B)302.61º61.06%44.31%-
XYZ10.536.4415.44-
YUV72.16149.36157.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.32%
GREEN value IS 44 (17.58% from 255) = 16.48%
BLUE value IS 110 (43.36% from 255) = 41.20%
R=42.32%
G=16.48%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1134411000.610.030.56302.6143.9530.78
Hex712C6E03D33812f2c1f
Octal161541560753704575437
Binary1110001101100110111001111011111100010010111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712C6E; }

 p { color: rgb(113,44,110); }

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

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

 a { background-color: rgb(113,44,110); }

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

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

 span { border-color: rgb(113,44,110); }

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