#712271

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

Shades of Seance #712271

Tints of Seance #712271

Color information

#712271 (or 0x712271) is unknown color: approx Seance. HEX triplet: 71, 22 and 71. RGB value is (113,34,113). Sum of RGB (Red+Green+Blue) = 113+34+113=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #712271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712271 is #8EDD8E. Grayscale: #424242. Windows color (decimal): -9362831 or 7414385. OLE color: 7414385.

HSL color Cylindrical-coordinate representation of color #712271: hue angle of 300º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #712271 is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB11334113-
CMYK00.7000.56
HSL300º53.74%28.82%-
HSV(B)300º69.91%44.31%-
XYZ10.365.8516.21-
YUV66.63154.17161.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.46%
GREEN value IS 34 (13.67% from 255) = 13.08%
BLUE value IS 113 (44.53% from 255) = 43.46%
R=43.46%
G=13.08%
B=43.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1133411300.7000.5630053.7428.82
Hex71227104603812c361d
Octal1614216101060704546635
Binary1110001100010111000101000110011100010010110011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712271; }

 p { color: rgb(113,34,113); }

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

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

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

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

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

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

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