#732772

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

Shades of Seance #732772

Tints of Seance #732772

Color information

#732772 (or 0x732772) is unknown color: approx Seance. HEX triplet: 73, 27 and 72. RGB value is (115,39,114). Sum of RGB (Red+Green+Blue) = 115+39+114=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 115 - color contains mainly: red. Hex color #732772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732772 is #8CD88D. Grayscale: #464646. Windows color (decimal): -9230478 or 7481203. OLE color: 7481203.

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

Color convert

RGB11539114-
CMYK00.660.010.55
HSL300.79º49.35%30.2%-
HSV(B)300.79º66.09%45.1%-
XYZ10.836.3116.57-
YUV70.27152.68159.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.91%
GREEN value IS 39 (15.62% from 255) = 14.55%
BLUE value IS 114 (44.92% from 255) = 42.54%
R=42.91%
G=14.55%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1153911400.660.010.55300.7949.3530.2
Hex73277204213712d311e
Octal1634716201021674556136
Binary1110011100111111001001000010111011110010110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732772; }

 p { color: rgb(115,39,114); }

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

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

 a { background-color: rgb(115,39,114); }

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

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

 span { border-color: rgb(115,39,114); }

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