#722470

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

Shades of Seance #722470

Tints of Seance #722470

Color information

#722470 (or 0x722470) is unknown color: approx Seance. HEX triplet: 72, 24 and 70. RGB value is (114,36,112). Sum of RGB (Red+Green+Blue) = 114+36+112=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #722470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722470 is #8DDB8F. Grayscale: #434343. Windows color (decimal): -9296784 or 7349362. OLE color: 7349362.

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

Color convert

RGB11436112-
CMYK00.680.020.55
HSL301.54º52%29.41%-
HSV(B)301.54º68.42%44.71%-
XYZ10.496.0115.94-
YUV67.99152.84160.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.51%
GREEN value IS 36 (14.45% from 255) = 13.74%
BLUE value IS 112 (44.14% from 255) = 42.75%
R=43.51%
G=13.74%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143611200.680.020.55301.545229.41
Hex72247004423712e341d
Octal1624416001042674566435
Binary11100101001001110000010001001011011110010111011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722470; }

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

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

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

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

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

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

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

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