#731F7A

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

Shades of Seance #731F7A

Tints of Seance #731F7A

Color information

#731F7A (or 0x731F7A) is unknown color: approx Seance. HEX triplet: 73, 1F and 7A. RGB value is (115,31,122). Sum of RGB (Red+Green+Blue) = 115+31+122=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 122 - color contains mainly: blue. Hex color #731F7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731F7A is #8CE085. Grayscale: #424242. Windows color (decimal): -9232518 or 8003443. OLE color: 8003443.

HSL color Cylindrical-coordinate representation of color #731F7A: hue angle of 295.38º degrees, saturation: 0.59, 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 #731F7A is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11531122-
CMYK0.060.7500.52
HSL295.38º59.48%30%-
HSV(B)295.38º74.59%47.84%-
XYZ11.076.0318.99-
YUV66.49159.33162.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.91%
GREEN value IS 31 (12.5% from 255) = 11.57%
BLUE value IS 122 (48.05% from 255) = 45.52%
R=42.91%
G=11.57%
B=45.52%

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
Decimal115311220.060.7500.52295.3859.4830
Hex731F7A64B0341273b1e
Octal1633717261130644477336
Binary11100111111111110101101001011011010010010011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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