#72306C

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

Shades of Seance #72306C

Tints of Seance #72306C

Color information

#72306C (or 0x72306C) is unknown color: approx Seance. HEX triplet: 72, 30 and 6C. RGB value is (114,48,108). Sum of RGB (Red+Green+Blue) = 114+48+108=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 114 - color contains mainly: red. Hex color #72306C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72306C is #8DCF93. Grayscale: #4A4A4A. Windows color (decimal): -9293716 or 7090290. OLE color: 7090290.

HSL color Cylindrical-coordinate representation of color #72306C: hue angle of 305.45º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72306C is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11448108-
CMYK00.580.050.55
HSL305.45º40.74%31.76%-
HSV(B)305.45º57.89%44.71%-
XYZ10.76.7714.93-
YUV74.57146.87156.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.22%
GREEN value IS 48 (19.14% from 255) = 17.78%
BLUE value IS 108 (42.58% from 255) = 40%
R=42.22%
G=17.78%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1144810800.580.050.55305.4540.7431.76
Hex72306C03A5371312920
Octal162601540725674615140
Binary111001011000011011000111010101110111100110001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72306C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,48,108); }

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

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

 a { background-color: rgb(114,48,108); }

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

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

 span { border-color: rgb(114,48,108); }

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