#731D78

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

Shades of Seance #731D78

Tints of Seance #731D78

Color information

#731D78 (or 0x731D78) is unknown color: approx Seance. HEX triplet: 73, 1D and 78. RGB value is (115,29,120). Sum of RGB (Red+Green+Blue) = 115+29+120=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #731D78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731D78 is #8CE287. Grayscale: #404040. Windows color (decimal): -9233032 or 7871859. OLE color: 7871859.

HSL color Cylindrical-coordinate representation of color #731D78: hue angle of 296.7º 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 #731D78 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11529120-
CMYK0.040.7600.53
HSL296.7º61.07%29.22%-
HSV(B)296.7º75.83%47.06%-
XYZ10.95.8818.33-
YUV65.09158.99163.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.56%
GREEN value IS 29 (11.72% from 255) = 10.98%
BLUE value IS 120 (47.27% from 255) = 45.45%
R=43.56%
G=10.98%
B=45.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal115291200.040.7600.53296.761.0729.22
Hex731D7844C0351293d1d
Octal1633517041140654517535
Binary11100111110111110001001001100011010110010100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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