#732971

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

Shades of Seance #732971

Tints of Seance #732971

Color information

#732971 (or 0x732971) is unknown color: approx Seance. HEX triplet: 73, 29 and 71. RGB value is (115,41,113). Sum of RGB (Red+Green+Blue) = 115+41+113=269 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.75% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 115 - color contains mainly: red. Hex color #732971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732971 is #8CD68E. Grayscale: #474747. Windows color (decimal): -9229967 or 7416179. OLE color: 7416179.

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

Color convert

RGB11541113-
CMYK00.640.020.55
HSL301.62º47.44%30.59%-
HSV(B)301.62º64.35%45.1%-
XYZ10.846.4216.29-
YUV71.33151.52159.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.75%
GREEN value IS 41 (16.41% from 255) = 15.24%
BLUE value IS 113 (44.53% from 255) = 42.01%
R=42.75%
G=15.24%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1154111300.640.020.55301.6247.4430.59
Hex73297104023712e2f1f
Octal1635116101002674565737
Binary11100111010011110001010000001011011110010111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732971; }

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

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

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

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

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

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

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

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