#732376

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

Shades of Seance #732376

Tints of Seance #732376

Color information

#732376 (or 0x732376) is unknown color: approx Seance. HEX triplet: 73, 23 and 76. RGB value is (115,35,118). Sum of RGB (Red+Green+Blue) = 115+35+118=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #732376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732376 is #8CDC89. Grayscale: #444444. Windows color (decimal): -9231498 or 7742323. OLE color: 7742323.

HSL color Cylindrical-coordinate representation of color #732376: hue angle of 297.83º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #732376 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11535118-
CMYK0.030.7000.54
HSL297.83º54.25%30%-
HSV(B)297.83º70.34%46.27%-
XYZ10.946.1517.75-
YUV68.38156161.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.91%
GREEN value IS 35 (14.06% from 255) = 13.06%
BLUE value IS 118 (46.48% from 255) = 44.03%
R=42.91%
G=13.06%
B=44.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115351180.030.7000.54297.8354.2530
Hex73237634603612a361e
Octal1634316631060664526636
Binary11100111000111110110111000110011011010010101011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732376; }

 p { color: rgb(115,35,118); }

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

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

 a { background-color: rgb(115,35,118); }

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

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

 span { border-color: rgb(115,35,118); }

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