#72256F

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

Shades of Seance #72256F

Tints of Seance #72256F

Color information

#72256F (or 0x72256F) is unknown color: approx Seance. HEX triplet: 72, 25 and 6F. RGB value is (114,37,111). Sum of RGB (Red+Green+Blue) = 114+37+111=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 111 (43.75% from 255 or 42.37% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #72256F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72256F is #8DDA90. Grayscale: #444444. Windows color (decimal): -9296529 or 7284082. OLE color: 7284082.

HSL color Cylindrical-coordinate representation of color #72256F: hue angle of 302.34º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72256F is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11437111-
CMYK00.680.030.55
HSL302.34º50.99%29.61%-
HSV(B)302.34º67.54%44.71%-
XYZ10.476.0515.65-
YUV68.46152.01160.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.51%
GREEN value IS 37 (14.84% from 255) = 14.12%
BLUE value IS 111 (43.75% from 255) = 42.37%
R=43.51%
G=14.12%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143711100.680.030.55302.3450.9929.61
Hex72256F04433712e331e
Octal1624515701043674566336
Binary11100101001011101111010001001111011110010111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72256F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72256F; }

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

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

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

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

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

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

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

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