#72297A

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

Shades of Seance #72297A

Tints of Seance #72297A

Color information

#72297A (or 0x72297A) is unknown color: approx Seance. HEX triplet: 72, 29 and 7A. RGB value is (114,41,122). Sum of RGB (Red+Green+Blue) = 114+41+122=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 122 - color contains mainly: blue. Hex color #72297A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72297A is #8DD685. Grayscale: #474747. Windows color (decimal): -9295494 or 8006002. OLE color: 8006002.

HSL color Cylindrical-coordinate representation of color #72297A: hue angle of 294.07º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #72297A is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11441122-
CMYK0.070.6600.52
HSL294.07º49.69%31.96%-
HSV(B)294.07º66.39%47.84%-
XYZ11.256.5719.09-
YUV72.06156.18157.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.16%
GREEN value IS 41 (16.41% from 255) = 14.80%
BLUE value IS 122 (48.05% from 255) = 44.04%
R=41.16%
G=14.80%
B=44.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal114411220.070.6600.52294.0749.6931.96
Hex72297A7420341263220
Octal1625117271020644466240
Binary1110010101001111101011110000100110100100100110110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72297A; }

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

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

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

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

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

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

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

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