#731D77

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

Shades of Seance #731D77

Tints of Seance #731D77

Color information

#731D77 (or 0x731D77) is unknown color: approx Seance. HEX triplet: 73, 1D and 77. RGB value is (115,29,119). Sum of RGB (Red+Green+Blue) = 115+29+119=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 29 (11.72% from 255 or 11.03% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #731D77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731D77 is #8CE288. Grayscale: #404040. Windows color (decimal): -9233033 or 7806323. OLE color: 7806323.

HSL color Cylindrical-coordinate representation of color #731D77: hue angle of 297.33º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #731D77 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11529119-
CMYK0.030.7600.53
HSL297.33º60.81%29.02%-
HSV(B)297.33º75.63%46.67%-
XYZ10.845.8618.01-
YUV64.97158.49163.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.73%
GREEN value IS 29 (11.72% from 255) = 11.03%
BLUE value IS 119 (46.88% from 255) = 45.25%
R=43.73%
G=11.03%
B=45.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal115291190.030.7600.53297.3360.8129.02
Hex731D7734C0351293d1d
Octal1633516731140654517535
Binary1110011111011110111111001100011010110010100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731D77; }

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

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

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

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

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

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

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

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