#672373

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

Shades of Seance #672373

Tints of Seance #672373

Color information

#672373 (or 0x672373) is unknown color: approx Seance. HEX triplet: 67, 23 and 73. RGB value is (103,35,115). Sum of RGB (Red+Green+Blue) = 103+35+115=253 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.71% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 115 - color contains mainly: blue. Hex color #672373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672373 is #98DC8C. Grayscale: #404040. Windows color (decimal): -10017933 or 7545703. OLE color: 7545703.

HSL color Cylindrical-coordinate representation of color #672373: hue angle of 291º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #672373 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10335115-
CMYK0.100.7000.55
HSL291º53.33%29.41%-
HSV(B)291º69.57%45.1%-
XYZ9.295.3216.76-
YUV64.45156.53155.5-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.71%
GREEN value IS 35 (14.06% from 255) = 13.83%
BLUE value IS 115 (45.31% from 255) = 45.45%
R=40.71%
G=13.83%
B=45.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal103351150.100.7000.5529153.3329.41
Hex672373A46037123351d
Octal14743163121060674436535
Binary1100111100011111001110101000110011011110010001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672373; }

 p { color: rgb(103,35,115); }

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

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

 a { background-color: rgb(103,35,115); }

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

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

 span { border-color: rgb(103,35,115); }

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