#732A72

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

Shades of Seance #732A72

Tints of Seance #732A72

Color information

#732A72 (or 0x732A72) is unknown color: approx Seance. HEX triplet: 73, 2A and 72. RGB value is (115,42,114). Sum of RGB (Red+Green+Blue) = 115+42+114=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 115 - color contains mainly: red. Hex color #732A72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732A72 is #8CD58D. Grayscale: #474747. Windows color (decimal): -9229710 or 7481971. OLE color: 7481971.

HSL color Cylindrical-coordinate representation of color #732A72: hue angle of 300.82º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #732A72 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB11542114-
CMYK00.630.010.55
HSL300.82º46.5%30.78%-
HSV(B)300.82º63.48%45.1%-
XYZ10.946.5216.6-
YUV72.04151.68158.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.44%
GREEN value IS 42 (16.80% from 255) = 15.50%
BLUE value IS 114 (44.92% from 255) = 42.07%
R=42.44%
G=15.50%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1154211400.630.010.55300.8246.530.78
Hex732A7203F13712d2e1f
Octal163521620771674555637
Binary111001110101011100100111111111011110010110110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732A72; }

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

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

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

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

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

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

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

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