#72336E

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

Shades of Seance #72336E

Tints of Seance #72336E

Color information

#72336E (or 0x72336E) is unknown color: approx Seance. HEX triplet: 72, 33 and 6E. RGB value is (114,51,110). Sum of RGB (Red+Green+Blue) = 114+51+110=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 114 - color contains mainly: red. Hex color #72336E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72336E is #8DCC91. Grayscale: #4C4C4C. Windows color (decimal): -9292946 or 7222130. OLE color: 7222130.

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

Color convert

RGB11451110-
CMYK00.550.040.55
HSL303.81º38.18%32.35%-
HSV(B)303.81º55.26%44.71%-
XYZ10.947.0715.54-
YUV76.56146.87154.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.45%
GREEN value IS 51 (20.31% from 255) = 18.55%
BLUE value IS 110 (43.36% from 255) = 40%
R=41.45%
G=18.55%
B=40%

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
Decimal1145111000.550.040.55303.8138.1832.35
Hex72336E0374371302620
Octal162631560674674604640
Binary111001011001111011100110111100110111100110000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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