#731F82

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

Shades of Seance #731F82

Tints of Seance #731F82

Color information

#731F82 (or 0x731F82) is unknown color: approx Seance. HEX triplet: 73, 1F and 82. RGB value is (115,31,130). Sum of RGB (Red+Green+Blue) = 115+31+130=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 31 (12.5% from 255 or 11.23% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #731F82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731F82 is #8CE07D. Grayscale: #434343. Windows color (decimal): -9232510 or 8527731. OLE color: 8527731.

HSL color Cylindrical-coordinate representation of color #731F82: hue angle of 290.91º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #731F82 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11531130-
CMYK0.120.7600.49
HSL290.91º61.49%31.57%-
HSV(B)290.91º76.15%50.98%-
XYZ11.596.2421.71-
YUV67.4163.33161.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.67%
GREEN value IS 31 (12.5% from 255) = 11.23%
BLUE value IS 130 (51.17% from 255) = 47.10%
R=41.67%
G=11.23%
B=47.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115311300.120.7600.49290.9161.4931.57
Hex731F82C4C0311233d20
Octal16337202141140614437540
Binary11100111111110000010110010011000110001100100011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,31,130); }

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

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

 a { background-color: rgb(115,31,130); }

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

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

 span { border-color: rgb(115,31,130); }

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