#732379

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

Shades of Seance #732379

Tints of Seance #732379

Color information

#732379 (or 0x732379) is unknown color: approx Seance. HEX triplet: 73, 23 and 79. RGB value is (115,35,121). Sum of RGB (Red+Green+Blue) = 115+35+121=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 121 - color contains mainly: blue. Hex color #732379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732379 is #8CDC86. Grayscale: #444444. Windows color (decimal): -9231495 or 7938931. OLE color: 7938931.

HSL color Cylindrical-coordinate representation of color #732379: hue angle of 295.81º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #732379 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11535121-
CMYK0.050.7100.53
HSL295.81º55.13%30.59%-
HSV(B)295.81º71.07%47.45%-
XYZ11.126.2318.7-
YUV68.72157.5161.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.44%
GREEN value IS 35 (14.06% from 255) = 12.92%
BLUE value IS 121 (47.66% from 255) = 44.65%
R=42.44%
G=12.92%
B=44.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal115351210.050.7100.53295.8155.1330.59
Hex732379547035128371f
Octal1634317151070654506737
Binary111001110001111110011011000111011010110010100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732379; }

 p { color: rgb(115,35,121); }

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

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

 a { background-color: rgb(115,35,121); }

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

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

 span { border-color: rgb(115,35,121); }

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