#73257D

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

Shades of Seance #73257D

Tints of Seance #73257D

Color information

#73257D (or 0x73257D) is unknown color: approx Seance. HEX triplet: 73, 25 and 7D. RGB value is (115,37,125). Sum of RGB (Red+Green+Blue) = 115+37+125=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 125 - color contains mainly: blue. Hex color #73257D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73257D is #8CDA82. Grayscale: #464646. Windows color (decimal): -9230979 or 8201587. OLE color: 8201587.

HSL color Cylindrical-coordinate representation of color #73257D: hue angle of 293.18º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73257D is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11537125-
CMYK0.080.7000.51
HSL293.18º54.32%31.76%-
HSV(B)293.18º70.4%49.02%-
XYZ11.436.4520.04-
YUV70.35158.84159.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.52%
GREEN value IS 37 (14.84% from 255) = 13.36%
BLUE value IS 125 (49.22% from 255) = 45.13%
R=41.52%
G=13.36%
B=45.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal115371250.080.7000.51293.1854.3231.76
Hex73257D8460331253620
Octal16345175101060634456640
Binary11100111001011111101100010001100110011100100101110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73257D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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