#722E6D

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

Shades of Seance #722E6D

Tints of Seance #722E6D

Color information

#722E6D (or 0x722E6D) is unknown color: approx Seance. HEX triplet: 72, 2E and 6D. RGB value is (114,46,109). Sum of RGB (Red+Green+Blue) = 114+46+109=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 114 - color contains mainly: red. Hex color #722E6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722E6D is #8DD192. Grayscale: #494949. Windows color (decimal): -9294227 or 7155314. OLE color: 7155314.

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

Color convert

RGB11446109-
CMYK00.600.040.55
HSL304.41º42.5%31.37%-
HSV(B)304.41º59.65%44.71%-
XYZ10.686.6415.19-
YUV73.51148.03156.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.38%
GREEN value IS 46 (18.36% from 255) = 17.10%
BLUE value IS 109 (42.97% from 255) = 40.52%
R=42.38%
G=17.10%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1144610900.600.040.55304.4142.531.37
Hex722E6D03C4371302a1f
Octal162561550744674605237
Binary11100101011101101101011110010011011110011000010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,46,109); }

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

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

 a { background-color: rgb(114,46,109); }

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

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

 span { border-color: rgb(114,46,109); }

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