#712073

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

Shades of Seance #712073

Tints of Seance #712073

Color information

#712073 (or 0x712073) is unknown color: approx Seance. HEX triplet: 71, 20 and 73. RGB value is (113,32,115). Sum of RGB (Red+Green+Blue) = 113+32+115=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #712073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712073 is #8EDF8C. Grayscale: #414141. Windows color (decimal): -9363341 or 7544945. OLE color: 7544945.

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

Color convert

RGB11332115-
CMYK0.020.7200.55
HSL298.55º56.46%28.82%-
HSV(B)298.55º72.17%45.1%-
XYZ10.425.7816.79-
YUV65.68155.84161.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.46%
GREEN value IS 32 (12.89% from 255) = 12.31%
BLUE value IS 115 (45.31% from 255) = 44.23%
R=43.46%
G=12.31%
B=44.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113321150.020.7200.55298.5556.4628.82
Hex71207324803712b381d
Octal1614016321100674537035
Binary11100011000001110011101001000011011110010101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712073; }

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

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

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

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

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

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

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

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