#71296F

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

Shades of Seance #71296F

Tints of Seance #71296F

Color information

#71296F (or 0x71296F) is unknown color: approx Seance. HEX triplet: 71, 29 and 6F. RGB value is (113,41,111). Sum of RGB (Red+Green+Blue) = 113+41+111=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 113 - color contains mainly: red. Hex color #71296F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71296F is #8ED690. Grayscale: #464646. Windows color (decimal): -9361041 or 7285105. OLE color: 7285105.

HSL color Cylindrical-coordinate representation of color #71296F: hue angle of 301.67º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71296F is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB11341111-
CMYK00.640.020.56
HSL301.67º46.75%30.2%-
HSV(B)301.67º63.72%44.31%-
XYZ10.476.2415.69-
YUV70.51150.85158.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.64%
GREEN value IS 41 (16.41% from 255) = 15.47%
BLUE value IS 111 (43.75% from 255) = 41.89%
R=42.64%
G=15.47%
B=41.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1134111100.640.020.56301.6746.7530.2
Hex71296F04023812e2f1e
Octal1615115701002704565736
Binary11100011010011101111010000001011100010010111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71296F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71296F; }

 p { color: rgb(113,41,111); }

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

<style>
 a { background-color: #71296F; }

 a { background-color: rgb(113,41,111); }

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

<style>
 span { border-color: #71296F; }

 span { border-color: rgb(113,41,111); }

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