#712876

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

Shades of Seance #712876

Tints of Seance #712876

Color information

#712876 (or 0x712876) is unknown color: approx Seance. HEX triplet: 71, 28 and 76. RGB value is (113,40,118). Sum of RGB (Red+Green+Blue) = 113+40+118=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 118 - color contains mainly: blue. Hex color #712876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712876 is #8ED789. Grayscale: #464646. Windows color (decimal): -9361290 or 7743601. OLE color: 7743601.

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

Color convert

RGB11340118-
CMYK0.040.6600.54
HSL296.15º49.37%30.98%-
HSV(B)296.15º66.1%46.27%-
XYZ10.846.3417.79-
YUV70.72154.68158.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.70%
GREEN value IS 40 (16.02% from 255) = 14.76%
BLUE value IS 118 (46.48% from 255) = 43.54%
R=41.70%
G=14.76%
B=43.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113401180.040.6600.54296.1549.3730.98
Hex712876442036128311f
Octal1615016641020664506137
Binary111000110100011101101001000010011011010010100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712876; }

 p { color: rgb(113,40,118); }

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

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

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

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

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

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

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