#722371

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

Shades of Seance #722371

Tints of Seance #722371

Color information

#722371 (or 0x722371) is unknown color: approx Seance. HEX triplet: 72, 23 and 71. RGB value is (114,35,113). Sum of RGB (Red+Green+Blue) = 114+35+113=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #722371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722371 is #8DDC8E. Grayscale: #434343. Windows color (decimal): -9297039 or 7414642. OLE color: 7414642.

HSL color Cylindrical-coordinate representation of color #722371: hue angle of 300.76º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #722371 is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB11435113-
CMYK00.690.010.55
HSL300.76º53.02%29.22%-
HSV(B)300.76º69.3%44.71%-
XYZ10.525.9716.22-
YUV67.51153.67161.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.51%
GREEN value IS 35 (14.06% from 255) = 13.36%
BLUE value IS 113 (44.53% from 255) = 43.13%
R=43.51%
G=13.36%
B=43.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143511300.690.010.55300.7653.0229.22
Hex72237104513712d351d
Octal1624316101051674556535
Binary1110010100011111000101000101111011110010110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722371; }

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

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

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

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

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

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

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

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