#732A77

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

Shades of Seance #732A77

Tints of Seance #732A77

Color information

#732A77 (or 0x732A77) is unknown color: approx Seance. HEX triplet: 73, 2A and 77. RGB value is (115,42,119). Sum of RGB (Red+Green+Blue) = 115+42+119=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 42 (16.80% from 255 or 15.22% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 119 - color contains mainly: blue. Hex color #732A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732A77 is #8CD588. Grayscale: #484848. Windows color (decimal): -9229705 or 7809651. OLE color: 7809651.

HSL color Cylindrical-coordinate representation of color #732A77: hue angle of 296.88º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #732A77 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11542119-
CMYK0.030.6500.53
HSL296.88º47.83%31.57%-
HSV(B)296.88º64.71%46.67%-
XYZ11.236.6318.14-
YUV72.6154.18158.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.67%
GREEN value IS 42 (16.80% from 255) = 15.22%
BLUE value IS 119 (46.88% from 255) = 43.12%
R=41.67%
G=15.22%
B=43.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal115421190.030.6500.53296.8847.8331.57
Hex732A773410351293020
Octal1635216731010654516040
Binary111001110101011101111110000010110101100101001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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