#732072

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

Shades of Seance #732072

Tints of Seance #732072

Color information

#732072 (or 0x732072) is unknown color: approx Seance. HEX triplet: 73, 20 and 72. RGB value is (115,32,114). Sum of RGB (Red+Green+Blue) = 115+32+114=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #732072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732072 is #8CDF8D. Grayscale: #414141. Windows color (decimal): -9232270 or 7479411. OLE color: 7479411.

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

Color convert

RGB11532114-
CMYK00.720.010.55
HSL300.72º56.46%28.82%-
HSV(B)300.72º72.17%45.1%-
XYZ10.625.8916.5-
YUV66.16155162.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.06%
GREEN value IS 32 (12.89% from 255) = 12.26%
BLUE value IS 114 (44.92% from 255) = 43.68%
R=44.06%
G=12.26%
B=43.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153211400.720.010.55300.7256.4628.82
Hex73207204813712d381d
Octal1634016201101674557035
Binary1110011100000111001001001000111011110010110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732072; }

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

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

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

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

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

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

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

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