#712576

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

Shades of Seance #712576

Tints of Seance #712576

Color information

#712576 (or 0x712576) is unknown color: approx Seance. HEX triplet: 71, 25 and 76. RGB value is (113,37,118). Sum of RGB (Red+Green+Blue) = 113+37+118=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #712576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712576 is #8EDA89. Grayscale: #444444. Windows color (decimal): -9362058 or 7742833. OLE color: 7742833.

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

Color convert

RGB11337118-
CMYK0.040.6900.54
HSL296.3º52.26%30.39%-
HSV(B)296.3º68.64%46.27%-
XYZ10.746.1417.76-
YUV68.96155.68159.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.16%
GREEN value IS 37 (14.84% from 255) = 13.81%
BLUE value IS 118 (46.48% from 255) = 44.03%
R=42.16%
G=13.81%
B=44.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113371180.040.6900.54296.352.2630.39
Hex712576445036128341e
Octal1614516641050664506436
Binary111000110010111101101001000101011011010010100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712576; }

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

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

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

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

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

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

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

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