#73207D

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

Shades of Seance #73207D

Tints of Seance #73207D

Color information

#73207D (or 0x73207D) is unknown color: approx Seance. HEX triplet: 73, 20 and 7D. RGB value is (115,32,125). Sum of RGB (Red+Green+Blue) = 115+32+125=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 125 (49.22% from 255 or 45.96% from 272); Max value from RGB is 125 - color contains mainly: blue. Hex color #73207D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73207D is #8CDF82. Grayscale: #434343. Windows color (decimal): -9232259 or 8200307. OLE color: 8200307.

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

Color convert

RGB11532125-
CMYK0.080.7400.51
HSL293.55º59.24%30.78%-
HSV(B)293.55º74.4%49.02%-
XYZ11.296.1620-
YUV67.42160.5161.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.28%
GREEN value IS 32 (12.89% from 255) = 11.76%
BLUE value IS 125 (49.22% from 255) = 45.96%
R=42.28%
G=11.76%
B=45.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal115321250.080.7400.51293.5559.2430.78
Hex73207D84A0331263b1f
Octal16340175101120634467337
Binary1110011100000111110110001001010011001110010011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73207D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73207D; }

 p { color: rgb(115,32,125); }

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

<style>
 a { background-color: #73207D; }

 a { background-color: rgb(115,32,125); }

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

<style>
 span { border-color: #73207D; }

 span { border-color: rgb(115,32,125); }

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