#732470

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

Shades of Seance #732470

Tints of Seance #732470

Color information

#732470 (or 0x732470) is unknown color: approx Seance. HEX triplet: 73, 24 and 70. RGB value is (115,36,112). Sum of RGB (Red+Green+Blue) = 115+36+112=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #732470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732470 is #8CDB8F. Grayscale: #444444. Windows color (decimal): -9231248 or 7349363. OLE color: 7349363.

HSL color Cylindrical-coordinate representation of color #732470: hue angle of 302.28º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #732470 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11536112-
CMYK00.690.030.55
HSL302.28º52.32%29.61%-
HSV(B)302.28º68.7%45.1%-
XYZ10.636.0815.94-
YUV68.28152.67161.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.73%
GREEN value IS 36 (14.45% from 255) = 13.69%
BLUE value IS 112 (44.14% from 255) = 42.59%
R=43.73%
G=13.69%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153611200.690.030.55302.2852.3229.61
Hex73247004533712e341e
Octal1634416001053674566436
Binary11100111001001110000010001011111011110010111011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732470; }

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

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

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

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

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

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

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

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