#722B6E

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

Shades of Seance #722B6E

Tints of Seance #722B6E

Color information

#722B6E (or 0x722B6E) is unknown color: approx Seance. HEX triplet: 72, 2B and 6E. RGB value is (114,43,110). Sum of RGB (Red+Green+Blue) = 114+43+110=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 43 (17.19% from 255 or 16.10% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 114 - color contains mainly: red. Hex color #722B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722B6E is #8DD491. Grayscale: #474747. Windows color (decimal): -9294994 or 7220082. OLE color: 7220082.

HSL color Cylindrical-coordinate representation of color #722B6E: hue angle of 303.38º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #722B6E is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11443110-
CMYK00.620.040.55
HSL303.38º45.22%30.78%-
HSV(B)303.38º62.28%44.71%-
XYZ10.626.4315.43-
YUV71.87149.52158.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.70%
GREEN value IS 43 (17.19% from 255) = 16.10%
BLUE value IS 110 (43.36% from 255) = 41.20%
R=42.70%
G=16.10%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1144311000.620.040.55303.3845.2230.78
Hex722B6E03E43712f2d1f
Octal162531560764674575537
Binary11100101010111101110011111010011011110010111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722B6E; }

 p { color: rgb(114,43,110); }

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

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

 a { background-color: rgb(114,43,110); }

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

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

 span { border-color: rgb(114,43,110); }

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