#722370

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

Shades of Seance #722370

Tints of Seance #722370

Color information

#722370 (or 0x722370) is unknown color: approx Seance. HEX triplet: 72, 23 and 70. RGB value is (114,35,112). Sum of RGB (Red+Green+Blue) = 114+35+112=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #722370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722370 is #8DDC8F. Grayscale: #434343. Windows color (decimal): -9297040 or 7349106. OLE color: 7349106.

HSL color Cylindrical-coordinate representation of color #722370: hue angle of 301.52º 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 #722370 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11435112-
CMYK00.690.020.55
HSL301.52º53.02%29.22%-
HSV(B)301.52º69.3%44.71%-
XYZ10.475.9515.93-
YUV67.4153.17161.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.68%
GREEN value IS 35 (14.06% from 255) = 13.41%
BLUE value IS 112 (44.14% from 255) = 42.91%
R=43.68%
G=13.41%
B=42.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143511200.690.020.55301.5253.0229.22
Hex72237004523712e351d
Octal1624316001052674566535
Binary11100101000111110000010001011011011110010111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722370; }

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

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

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

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

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

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

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

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