#732171

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

Shades of Seance #732171

Tints of Seance #732171

Color information

#732171 (or 0x732171) is unknown color: approx Seance. HEX triplet: 73, 21 and 71. RGB value is (115,33,113). Sum of RGB (Red+Green+Blue) = 115+33+113=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #732171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732171 is #8CDE8E. Grayscale: #424242. Windows color (decimal): -9232015 or 7414131. OLE color: 7414131.

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

Color convert

RGB11533113-
CMYK00.710.020.55
HSL301.46º55.41%29.02%-
HSV(B)301.46º71.3%45.1%-
XYZ10.595.9216.21-
YUV66.64154.17162.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.06%
GREEN value IS 33 (13.28% from 255) = 12.64%
BLUE value IS 113 (44.53% from 255) = 43.30%
R=44.06%
G=12.64%
B=43.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153311300.710.020.55301.4655.4129.02
Hex73217104723712d371d
Octal1634116101072674556735
Binary11100111000011110001010001111011011110010110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732171; }

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

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

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

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

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

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

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

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