#731E7A

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

Shades of Seance #731E7A

Tints of Seance #731E7A

Color information

#731E7A (or 0x731E7A) is unknown color: approx Seance. HEX triplet: 73, 1E and 7A. RGB value is (115,30,122). Sum of RGB (Red+Green+Blue) = 115+30+122=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 122 - color contains mainly: blue. Hex color #731E7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731E7A is #8CE185. Grayscale: #414141. Windows color (decimal): -9232774 or 8003187. OLE color: 8003187.

HSL color Cylindrical-coordinate representation of color #731E7A: hue angle of 295.43º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #731E7A is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11530122-
CMYK0.060.7500.52
HSL295.43º60.53%29.8%-
HSV(B)295.43º75.41%47.84%-
XYZ11.055.9818.98-
YUV65.9159.66163.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.07%
GREEN value IS 30 (12.11% from 255) = 11.24%
BLUE value IS 122 (48.05% from 255) = 45.69%
R=43.07%
G=11.24%
B=45.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal115301220.060.7500.52295.4360.5329.8
Hex731E7A64B0341273d1e
Octal1633617261130644477536
Binary11100111111011110101101001011011010010010011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,30,122); }

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

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

 a { background-color: rgb(115,30,122); }

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

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

 span { border-color: rgb(115,30,122); }

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