#731B7C

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

Shades of Seance #731B7C

Tints of Seance #731B7C

Color information

#731B7C (or 0x731B7C) is unknown color: approx Seance. HEX triplet: 73, 1B and 7C. RGB value is (115,27,124). Sum of RGB (Red+Green+Blue) = 115+27+124=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #731B7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731B7C is #8CE483. Grayscale: #404040. Windows color (decimal): -9233540 or 8133491. OLE color: 8133491.

HSL color Cylindrical-coordinate representation of color #731B7C: hue angle of 294.43º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #731B7C is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11527124-
CMYK0.070.7800.51
HSL294.43º64.24%29.61%-
HSV(B)294.43º78.23%48.63%-
XYZ11.15.8819.62-
YUV64.37161.65164.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.23%
GREEN value IS 27 (10.94% from 255) = 10.15%
BLUE value IS 124 (48.83% from 255) = 46.62%
R=43.23%
G=10.15%
B=46.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal115271240.070.7800.51294.4364.2429.61
Hex731B7C74E033126401e
Octal16333174711606344610036
Binary111001111011111110011110011100110011100100110100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,27,124); }

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

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

 a { background-color: rgb(115,27,124); }

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

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

 span { border-color: rgb(115,27,124); }

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