#712573

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

Shades of Seance #712573

Tints of Seance #712573

Color information

#712573 (or 0x712573) is unknown color: approx Seance. HEX triplet: 71, 25 and 73. RGB value is (113,37,115). Sum of RGB (Red+Green+Blue) = 113+37+115=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 115 - color contains mainly: blue. Hex color #712573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712573 is #8EDA8C. Grayscale: #444444. Windows color (decimal): -9362061 or 7546225. OLE color: 7546225.

HSL color Cylindrical-coordinate representation of color #712573: hue angle of 298.46º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #712573 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11337115-
CMYK0.020.6800.55
HSL298.46º51.32%29.8%-
HSV(B)298.46º67.83%45.1%-
XYZ10.576.0716.83-
YUV68.62154.18159.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.64%
GREEN value IS 37 (14.84% from 255) = 13.96%
BLUE value IS 115 (45.31% from 255) = 43.40%
R=42.64%
G=13.96%
B=43.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113371150.020.6800.55298.4651.3229.8
Hex71257324403712a331e
Octal1614516321040674526336
Binary11100011001011110011101000100011011110010101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712573; }

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

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

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

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

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

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

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

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