#71246F

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

Shades of Seance #71246F

Tints of Seance #71246F

Color information

#71246F (or 0x71246F) is unknown color: approx Seance. HEX triplet: 71, 24 and 6F. RGB value is (113,36,111). Sum of RGB (Red+Green+Blue) = 113+36+111=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #71246F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71246F is #8EDB90. Grayscale: #434343. Windows color (decimal): -9362321 or 7283825. OLE color: 7283825.

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

Color convert

RGB11336111-
CMYK00.680.020.56
HSL301.56º51.68%29.22%-
HSV(B)301.56º68.14%44.31%-
XYZ10.315.9215.64-
YUV67.57152.51160.4-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.46%
GREEN value IS 36 (14.45% from 255) = 13.85%
BLUE value IS 111 (43.75% from 255) = 42.69%
R=43.46%
G=13.85%
B=42.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1133611100.680.020.56301.5651.6829.22
Hex71246F04423812e341d
Octal1614415701042704566435
Binary11100011001001101111010001001011100010010111011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71246F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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