#732078

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

Shades of Seance #732078

Tints of Seance #732078

Color information

#732078 (or 0x732078) is unknown color: approx Seance. HEX triplet: 73, 20 and 78. RGB value is (115,32,120). Sum of RGB (Red+Green+Blue) = 115+32+120=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 120 - color contains mainly: blue. Hex color #732078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732078 is #8CDF87. Grayscale: #424242. Windows color (decimal): -9232264 or 7872627. OLE color: 7872627.

HSL color Cylindrical-coordinate representation of color #732078: hue angle of 296.59º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #732078 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11532120-
CMYK0.040.7300.53
HSL296.59º57.89%29.8%-
HSV(B)296.59º73.33%47.06%-
XYZ10.986.0318.36-
YUV66.85158162.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.07%
GREEN value IS 32 (12.89% from 255) = 11.99%
BLUE value IS 120 (47.27% from 255) = 44.94%
R=43.07%
G=11.99%
B=44.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal115321200.040.7300.53296.5957.8929.8
Hex7320784490351293a1e
Octal1634017041110654517236
Binary111001110000011110001001001001011010110010100111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732078; }

 p { color: rgb(115,32,120); }

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

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

 a { background-color: rgb(115,32,120); }

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

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

 span { border-color: rgb(115,32,120); }

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