#71326E

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

Shades of Seance #71326E

Tints of Seance #71326E

Color information

#71326E (or 0x71326E) is unknown color: approx Seance. HEX triplet: 71, 32 and 6E. RGB value is (113,50,110). Sum of RGB (Red+Green+Blue) = 113+50+110=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 113 - color contains mainly: red. Hex color #71326E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71326E is #8ECD91. Grayscale: #4B4B4B. Windows color (decimal): -9358738 or 7221873. OLE color: 7221873.

HSL color Cylindrical-coordinate representation of color #71326E: hue angle of 302.86º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71326E is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11350110-
CMYK00.560.030.56
HSL302.86º38.65%31.96%-
HSV(B)302.86º55.75%44.31%-
XYZ10.776.9215.52-
YUV75.68147.37154.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.39%
GREEN value IS 50 (19.92% from 255) = 18.32%
BLUE value IS 110 (43.36% from 255) = 40.29%
R=41.39%
G=18.32%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1135011000.560.030.56302.8638.6531.96
Hex71326E03833812f2720
Octal161621560703704574740
Binary11100011100101101110011100011111000100101111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71326E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71326E; }

 p { color: rgb(113,50,110); }

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

<style>
 a { background-color: #71326E; }

 a { background-color: rgb(113,50,110); }

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

<style>
 span { border-color: #71326E; }

 span { border-color: rgb(113,50,110); }

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