#72247C

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

Shades of Seance #72247C

Tints of Seance #72247C

Color information

#72247C (or 0x72247C) is unknown color: approx Seance. HEX triplet: 72, 24 and 7C. RGB value is (114,36,124). Sum of RGB (Red+Green+Blue) = 114+36+124=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 124 - color contains mainly: blue. Hex color #72247C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72247C is #8DDB83. Grayscale: #454545. Windows color (decimal): -9296772 or 8135794. OLE color: 8135794.

HSL color Cylindrical-coordinate representation of color #72247C: hue angle of 293.18º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #72247C is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11436124-
CMYK0.080.7100.51
HSL293.18º55%31.37%-
HSV(B)293.18º70.97%48.63%-
XYZ11.216.2919.69-
YUV69.35158.84159.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.61%
GREEN value IS 36 (14.45% from 255) = 13.14%
BLUE value IS 124 (48.83% from 255) = 45.26%
R=41.61%
G=13.14%
B=45.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal114361240.080.7100.51293.185531.37
Hex72247C847033125371f
Octal16244174101070634456737
Binary1110010100100111110010001000111011001110010010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72247C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72247C; }

 p { color: rgb(114,36,124); }

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

<style>
 a { background-color: #72247C; }

 a { background-color: rgb(114,36,124); }

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

<style>
 span { border-color: #72247C; }

 span { border-color: rgb(114,36,124); }

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