#722C76

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

Shades of Seance #722C76

Tints of Seance #722C76

Color information

#722C76 (or 0x722C76) is unknown color: approx Seance. HEX triplet: 72, 2C and 76. RGB value is (114,44,118). Sum of RGB (Red+Green+Blue) = 114+44+118=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 118 - color contains mainly: blue. Hex color #722C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722C76 is #8DD389. Grayscale: #494949. Windows color (decimal): -9294730 or 7744626. OLE color: 7744626.

HSL color Cylindrical-coordinate representation of color #722C76: hue angle of 296.76º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #722C76 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11444118-
CMYK0.030.6300.54
HSL296.76º45.68%31.76%-
HSV(B)296.76º62.71%46.27%-
XYZ11.116.6917.84-
YUV73.37153.19156.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.30%
GREEN value IS 44 (17.58% from 255) = 15.94%
BLUE value IS 118 (46.48% from 255) = 42.75%
R=41.30%
G=15.94%
B=42.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114441180.030.6300.54296.7645.6831.76
Hex722C7633F0361292e20
Octal162541663770664515640
Binary11100101011001110110111111110110110100101001101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722C76; }

 p { color: rgb(114,44,118); }

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

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

 a { background-color: rgb(114,44,118); }

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

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

 span { border-color: rgb(114,44,118); }

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