#732478

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

Shades of Seance #732478

Tints of Seance #732478

Color information

#732478 (or 0x732478) is unknown color: approx Seance. HEX triplet: 73, 24 and 78. RGB value is (115,36,120). Sum of RGB (Red+Green+Blue) = 115+36+120=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #732478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732478 is #8CDB87. Grayscale: #444444. Windows color (decimal): -9231240 or 7873651. OLE color: 7873651.

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

Color convert

RGB11536120-
CMYK0.040.700.53
HSL296.43º53.85%30.59%-
HSV(B)296.43º70%47.06%-
XYZ11.096.2618.39-
YUV69.2156.67160.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.44%
GREEN value IS 36 (14.45% from 255) = 13.28%
BLUE value IS 120 (47.27% from 255) = 44.28%
R=42.44%
G=13.28%
B=44.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal115361200.040.700.53296.4353.8530.59
Hex732478446035128361f
Octal1634417041060654506637
Binary111001110010011110001001000110011010110010100011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732478; }

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

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

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

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

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

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

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

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