#712170

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

Shades of Seance #712170

Tints of Seance #712170

Color information

#712170 (or 0x712170) is unknown color: approx Seance. HEX triplet: 71, 21 and 70. RGB value is (113,33,112). Sum of RGB (Red+Green+Blue) = 113+33+112=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #712170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712170 is #8EDE8F. Grayscale: #414141. Windows color (decimal): -9363088 or 7348593. OLE color: 7348593.

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

Color convert

RGB11333112-
CMYK00.710.010.56
HSL300.75º54.79%28.63%-
HSV(B)300.75º70.8%44.31%-
XYZ10.285.7715.9-
YUV65.93154161.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.80%
GREEN value IS 33 (13.28% from 255) = 12.79%
BLUE value IS 112 (44.14% from 255) = 43.41%
R=43.80%
G=12.79%
B=43.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1133311200.710.010.56300.7554.7928.63
Hex71217004713812d371d
Octal1614116001071704556735
Binary1110001100001111000001000111111100010010110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712170; }

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

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

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

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

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

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

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

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