#71237C

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

Shades of Seance #71237C

Tints of Seance #71237C

Color information

#71237C (or 0x71237C) is unknown color: approx Seance. HEX triplet: 71, 23 and 7C. RGB value is (113,35,124). Sum of RGB (Red+Green+Blue) = 113+35+124=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #71237C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71237C is #8EDC83. Grayscale: #444444. Windows color (decimal): -9362564 or 8135537. OLE color: 8135537.

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

Color convert

RGB11335124-
CMYK0.090.7200.51
HSL292.58º55.97%31.18%-
HSV(B)292.58º71.77%48.63%-
XYZ11.056.1719.68-
YUV68.47159.34159.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.54%
GREEN value IS 35 (14.06% from 255) = 12.87%
BLUE value IS 124 (48.83% from 255) = 45.59%
R=41.54%
G=12.87%
B=45.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal113351240.090.7200.51292.5855.9731.18
Hex71237C948033125381f
Octal16143174111100634457037
Binary1110001100011111110010011001000011001110010010111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71237C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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