#732081

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

Shades of Seance #732081

Tints of Seance #732081

Color information

#732081 (or 0x732081) is unknown color: approx Seance. HEX triplet: 73, 20 and 81. RGB value is (115,32,129). Sum of RGB (Red+Green+Blue) = 115+32+129=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 129 - color contains mainly: blue. Hex color #732081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732081 is #8CDF7E. Grayscale: #434343. Windows color (decimal): -9232255 or 8462451. OLE color: 8462451.

HSL color Cylindrical-coordinate representation of color #732081: hue angle of 291.34º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #732081 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11532129-
CMYK0.110.7500.49
HSL291.34º60.25%31.57%-
HSV(B)291.34º75.19%50.59%-
XYZ11.556.2621.37-
YUV67.88162.5161.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.67%
GREEN value IS 32 (12.89% from 255) = 11.59%
BLUE value IS 129 (50.78% from 255) = 46.74%
R=41.67%
G=11.59%
B=46.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115321290.110.7500.49291.3460.2531.57
Hex732081B4B0311233c20
Octal16340201131130614437440
Binary111001110000010000001101110010110110001100100011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732081; }

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

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

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

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

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

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

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

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