#72396B

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

Shades of Seance #72396B

Tints of Seance #72396B

Color information

#72396B (or 0x72396B) is unknown color: approx Seance. HEX triplet: 72, 39 and 6B. RGB value is (114,57,107). Sum of RGB (Red+Green+Blue) = 114+57+107=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 114 - color contains mainly: red. Hex color #72396B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72396B is #8DC694. Grayscale: #4F4F4F. Windows color (decimal): -9291413 or 7027058. OLE color: 7027058.

HSL color Cylindrical-coordinate representation of color #72396B: hue angle of 307.37º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72396B is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11457107-
CMYK00.500.060.55
HSL307.37º33.33%33.53%-
HSV(B)307.37º50%44.71%-
XYZ11.067.5714.79-
YUV79.74143.38152.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.01%
GREEN value IS 57 (22.66% from 255) = 20.50%
BLUE value IS 107 (42.19% from 255) = 38.49%
R=41.01%
G=20.50%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1145710700.500.060.55307.3733.3333.53
Hex72396B0326371332122
Octal162711530626674634142
Binary111001011100111010110110010110110111100110011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72396B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72396B; }

 p { color: rgb(114,57,107); }

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

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

 a { background-color: rgb(114,57,107); }

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

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

 span { border-color: rgb(114,57,107); }

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