#72336D

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

Shades of Seance #72336D

Tints of Seance #72336D

Color information

#72336D (or 0x72336D) is unknown color: approx Seance. HEX triplet: 72, 33 and 6D. RGB value is (114,51,109). Sum of RGB (Red+Green+Blue) = 114+51+109=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #72336D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72336D is #8DCC92. Grayscale: #4C4C4C. Windows color (decimal): -9292947 or 7156594. OLE color: 7156594.

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

Color convert

RGB11451109-
CMYK00.550.040.55
HSL304.76º38.18%32.35%-
HSV(B)304.76º55.26%44.71%-
XYZ10.887.0515.26-
YUV76.45146.37154.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.61%
GREEN value IS 51 (20.31% from 255) = 18.61%
BLUE value IS 109 (42.97% from 255) = 39.78%
R=41.61%
G=18.61%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1145110900.550.040.55304.7638.1832.35
Hex72336D0374371312620
Octal162631550674674614640
Binary111001011001111011010110111100110111100110001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72336D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72336D; }

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

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

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

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

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

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

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

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