#732071

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

Shades of Seance #732071

Tints of Seance #732071

Color information

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

HSL color Cylindrical-coordinate representation of color #732071: hue angle of 301.45º 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 #732071 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11532113-
CMYK00.720.020.55
HSL301.45º56.46%28.82%-
HSV(B)301.45º72.17%45.1%-
XYZ10.575.8716.2-
YUV66.05154.5162.91-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153211300.720.020.55301.4556.4628.82
Hex73207104823712d381d
Octal1634016101102674557035
Binary11100111000001110001010010001011011110010110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732071; }

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

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

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

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

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

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

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

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