#722E6F

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

Shades of Seance #722E6F

Tints of Seance #722E6F

Color information

#722E6F (or 0x722E6F) is unknown color: approx Seance. HEX triplet: 72, 2E and 6F. RGB value is (114,46,111). Sum of RGB (Red+Green+Blue) = 114+46+111=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 111 (43.75% from 255 or 40.96% from 271); Max value from RGB is 114 - color contains mainly: red. Hex color #722E6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722E6F is #8DD190. Grayscale: #494949. Windows color (decimal): -9294225 or 7286386. OLE color: 7286386.

HSL color Cylindrical-coordinate representation of color #722E6F: hue angle of 302.65º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #722E6F is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11446111-
CMYK00.600.030.55
HSL302.65º42.5%31.37%-
HSV(B)302.65º59.65%44.71%-
XYZ10.796.6815.76-
YUV73.74149.03156.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.07%
GREEN value IS 46 (18.36% from 255) = 16.97%
BLUE value IS 111 (43.75% from 255) = 40.96%
R=42.07%
G=16.97%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1144611100.600.030.55302.6542.531.37
Hex722E6F03C33712f2a1f
Octal162561570743674575237
Binary1110010101110110111101111001111011110010111110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,46,111); }

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

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

 a { background-color: rgb(114,46,111); }

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

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

 span { border-color: rgb(114,46,111); }

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