#732871

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

Shades of Seance #732871

Tints of Seance #732871

Color information

#732871 (or 0x732871) is unknown color: approx Seance. HEX triplet: 73, 28 and 71. RGB value is (115,40,113). Sum of RGB (Red+Green+Blue) = 115+40+113=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 115 - color contains mainly: red. Hex color #732871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732871 is #8CD78E. Grayscale: #464646. Windows color (decimal): -9230223 or 7415923. OLE color: 7415923.

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

Color convert

RGB11540113-
CMYK00.650.020.55
HSL301.6º48.39%30.39%-
HSV(B)301.6º65.22%45.1%-
XYZ10.816.3516.28-
YUV70.75151.85159.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.91%
GREEN value IS 40 (16.02% from 255) = 14.93%
BLUE value IS 113 (44.53% from 255) = 42.16%
R=42.91%
G=14.93%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1154011300.650.020.55301.648.3930.39
Hex73287104123712e301e
Octal1635016101012674566036
Binary11100111010001110001010000011011011110010111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732871; }

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

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

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

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

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

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

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

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