#72296F

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

Shades of Seance #72296F

Tints of Seance #72296F

Color information

#72296F (or 0x72296F) is unknown color: approx Seance. HEX triplet: 72, 29 and 6F. RGB value is (114,41,111). Sum of RGB (Red+Green+Blue) = 114+41+111=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #72296F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72296F is #8DD690. Grayscale: #464646. Windows color (decimal): -9295505 or 7285106. OLE color: 7285106.

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

Color convert

RGB11441111-
CMYK00.640.030.55
HSL302.47º47.1%30.39%-
HSV(B)302.47º64.04%44.71%-
XYZ10.66.3115.7-
YUV70.81150.68158.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.86%
GREEN value IS 41 (16.41% from 255) = 15.41%
BLUE value IS 111 (43.75% from 255) = 41.73%
R=42.86%
G=15.41%
B=41.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1144111100.640.030.55302.4747.130.39
Hex72296F04033712e2f1e
Octal1625115701003674565736
Binary11100101010011101111010000001111011110010111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72296F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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