#71247C

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

Shades of Seance #71247C

Tints of Seance #71247C

Color information

#71247C (or 0x71247C) is unknown color: approx Seance. HEX triplet: 71, 24 and 7C. RGB value is (113,36,124). Sum of RGB (Red+Green+Blue) = 113+36+124=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #71247C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71247C is #8EDB83. Grayscale: #444444. Windows color (decimal): -9362308 or 8135793. OLE color: 8135793.

HSL color Cylindrical-coordinate representation of color #71247C: hue angle of 292.5º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #71247C is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11336124-
CMYK0.090.7100.51
HSL292.5º55%31.37%-
HSV(B)292.5º70.97%48.63%-
XYZ11.086.2319.69-
YUV69.05159.01159.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.39%
GREEN value IS 36 (14.45% from 255) = 13.19%
BLUE value IS 124 (48.83% from 255) = 45.42%
R=41.39%
G=13.19%
B=45.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal113361240.090.7100.51292.55531.37
Hex71247C947033124371f
Octal16144174111070634446737
Binary1110001100100111110010011000111011001110010010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71247C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71247C; }

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

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

<style>
 a { background-color: #71247C; }

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

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

<style>
 span { border-color: #71247C; }

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

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