#722977

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

Shades of Seance #722977

Tints of Seance #722977

Color information

#722977 (or 0x722977) is unknown color: approx Seance. HEX triplet: 72, 29 and 77. RGB value is (114,41,119). Sum of RGB (Red+Green+Blue) = 114+41+119=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 119 (46.88% from 255 or 43.43% from 274); Max value from RGB is 119 - color contains mainly: blue. Hex color #722977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722977 is #8DD688. Grayscale: #474747. Windows color (decimal): -9295497 or 7809394. OLE color: 7809394.

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

Color convert

RGB11441119-
CMYK0.040.6600.53
HSL296.15º48.75%31.37%-
HSV(B)296.15º65.55%46.67%-
XYZ11.066.518.12-
YUV71.72154.68158.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.61%
GREEN value IS 41 (16.41% from 255) = 14.96%
BLUE value IS 119 (46.88% from 255) = 43.43%
R=41.61%
G=14.96%
B=43.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114411190.040.6600.53296.1548.7531.37
Hex722977442035128311f
Octal1625116741020654506137
Binary111001010100111101111001000010011010110010100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722977; }

 p { color: rgb(114,41,119); }

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

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

 a { background-color: rgb(114,41,119); }

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

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

 span { border-color: rgb(114,41,119); }

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